diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-07-12 04:09:14 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-07-12 04:09:14 +0000 |
commit | d6e8710972a5c02c06c20a6052890aee15632383 (patch) | |
tree | e5af65e97babdaba396802a9e968fea8f6862910 /mail/majordomo | |
parent | 30de0ec337332addc9e624f254ec396b0a1c49a9 (diff) | |
download | ports-d6e8710972a5c02c06c20a6052890aee15632383.tar.gz ports-d6e8710972a5c02c06c20a6052890aee15632383.zip |
Notes
Diffstat (limited to 'mail/majordomo')
-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 bea9e0c170ac..0557308a84d7 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 f21547126ee3..09f5d07f42bf 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 "" |