From d2d687478d055fa0acf2a6452cac324cc6bb54fb Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 8 Aug 2016 16:01:06 +0200 Subject: rename mcomp -> mcom, mrepl -> mrep mcomp is in mtools already. mfwd will be added in the future. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8004ca8..c1609c3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/share/man ALL = maddr magrep mdate mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread -SCRIPT = mcolor mcomp mless mquote +SCRIPT = mcolor mcom mless mquote all: $(ALL) @@ -40,7 +40,7 @@ install: FRC all install -m0755 $(ALL) $(SCRIPT) $(DESTDIR)$(BINDIR) ln -sf mless $(DESTDIR)$(BINDIR)/mnext ln -sf mless $(DESTDIR)$(BINDIR)/mprev - ln -sf mrepl $(DESTDIR)$(BINDIR)/mcomp + ln -sf mrep $(DESTDIR)$(BINDIR)/mcom install -m0644 man/*.[0-9] $(DESTDIR)$(MANDIR)/man1 FRC: -- cgit 1.4.1