summaryrefslogtreecommitdiff
path: root/mail/majordomo/Makefile
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/majordomo/Makefile
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/majordomo/Makefile')
-rw-r--r--mail/majordomo/Makefile9
1 files changed, 8 insertions, 1 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; \