From a107548d6a11d64d3b5a83b09415ff0613200176 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Nov 1996 07:42:58 +0000 Subject: Convert to use MAN[1-8LN] --- mail/majordomo/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mail/majordomo') diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 1719503f3aba..fdab592b373b 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.2 1996/10/26 18:21:06 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/10 21:31:37 obrien Exp $ # DISTNAME= majordomo-1.94 @@ -20,6 +20,8 @@ IS_INTERACTIVE= yes NO_PACKAGE= yes ALL_TARGET= wrapper INSTALL_TARGET= install install-wrapper +MAN1= approve.1 bounce-remind.1 digest.1 +MAN8= majordomo.8 pre-configure: @ ${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/createuser @@ -56,12 +58,6 @@ post-install: @ ln -sf ${PREFIX}/majordomo/lists/test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info @ ln -sf ${PREFIX}/majordomo/lists/test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd @ /bin/chmod 660 ${PREFIX}/majordomo/lists/test-l.passwd -.if !defined(NOMANCOMPRESS) - @ for file in approve bounce-remind digest; do \ - gzip -9nf ${PREFIX}/man/man1/$$file.1; \ - done - @ gzip -9nf ${PREFIX}/man/man8/majordomo.8 -.endif @ /usr/sbin/chown -R majordom.majordom ${PREFIX}/majordomo/lists @ /bin/chmod -R 664 ${PREFIX}/majordomo/lists @ /bin/chmod 775 ${PREFIX}/majordomo/lists -- cgit v1.2.3