diff options
-rw-r--r-- | mail/majordomo/Makefile | 9 | ||||
-rw-r--r-- | mail/majordomo/files/patch-aa | 15 |
2 files changed, 20 insertions, 4 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index bea9e0c..0557308 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -3,7 +3,7 @@ # Date created: 23 October 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1999/04/21 00:39:27 scrappy Exp $ +# $Id: Makefile,v 1.15 1999/07/04 21:20:21 steve Exp $ # DISTNAME= majordomo-1.94.4 @@ -33,6 +33,13 @@ pre-install: @ ${CP} ${WRKSRC}/sample.cf ${WRKSRC}/majordomo.cf post-install: +.for file in ${MAN1} + @ ${INSTALL_MAN} ${WRKSRC}/Doc/man/${file} ${PREFIX}/man/man1 +.endfor +.for file in ${MAN8} + @ ${INSTALL_MAN} ${WRKSRC}/Doc/man/${file} ${PREFIX}/man/man8 +.endfor + @ ln -sf archive2.pl ${PREFIX}/majordomo/archive @ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \ ${MKDIR} ${PREFIX}/majordomo/$$dir; \ diff --git a/mail/majordomo/files/patch-aa b/mail/majordomo/files/patch-aa index f215471..09f5d07 100644 --- a/mail/majordomo/files/patch-aa +++ b/mail/majordomo/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Aug 28 00:56:21 1997 -+++ Makefile Wed Sep 10 00:56:08 1997 -@@ -12,22 +12,22 @@ +--- Makefile.orig Wed Aug 27 08:56:21 1997 ++++ Makefile Sat Jul 10 23:28:11 1999 +@@ -13,22 +13,22 @@ # # Put the location of your Perl binary here: @@ -42,3 +42,12 @@ #--------YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW THIS LINE.------------- +@@ -103,7 +103,7 @@ + @echo " install-scripts: only install the scripts." + @echo " wrapper: only make wrapper." + +-install: wrapper install-scripts install-cf install-man ++install: wrapper install-scripts install-cf + @echo "" + @echo "To finish the installation, 'su' to root and type:" + @echo "" |