summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-07-12 04:09:14 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-07-12 04:09:14 +0000
commitd6e8710972a5c02c06c20a6052890aee15632383 (patch)
treee5af65e97babdaba396802a9e968fea8f6862910 /mail
parentUpgrade to ImageMagick-4.2.7 (diff)
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
Notes
Notes: svn path=/head/; revision=20166
Diffstat (limited to 'mail')
-rw-r--r--mail/majordomo/Makefile9
-rw-r--r--mail/majordomo/files/patch-aa15
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 ""