From d6e8710972a5c02c06c20a6052890aee15632383 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Mon, 12 Jul 1999 04:09:14 +0000 Subject: don't change ownership on /usr/local/man, /usr/local/man1, /usr/local/man8 when installing this port. PR: 12426 Submitted by: pauls@ieng.com --- mail/majordomo/Makefile | 9 ++++++++- mail/majordomo/files/patch-aa | 15 ++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) (limited to 'mail') 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 "" -- cgit v1.2.3