summaryrefslogtreecommitdiff
path: root/mail/exmh2
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:42:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:42:58 +0000
commita107548d6a11d64d3b5a83b09415ff0613200176 (patch)
treee7494b49c667e0be23e88248ba1668f3c3d2682b /mail/exmh2
parentGziped most of the manpages (except those that are linked to) (diff)
Convert to use MAN[1-8LN]
Notes
Notes: svn path=/head/; revision=4536
Diffstat (limited to 'mail/exmh2')
-rw-r--r--mail/exmh2/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile
index 1479a9f503be..b69d4dc7427a 100644
--- a/mail/exmh2/Makefile
+++ b/mail/exmh2/Makefile
@@ -3,7 +3,7 @@
# Date released: 10 Oct 96
# Whom: Peter Wemm <peter@freebsd.org>
#
-# $Id: Makefile,v 1.2 1996/10/15 11:27:26 peter Exp $
+# $Id: Makefile,v 1.3 1996/11/10 21:31:21 obrien Exp $
#
DISTNAME= exmh-1.6.9
@@ -31,6 +31,8 @@ RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail
# faces
# play
+MAN1= exmh-custom.1 exmh-ref.1 exmh-use.1 exmh.1
+
post-extract:
@rm -rf ${WRKSRC}/lib/*.orig
@@ -42,11 +44,5 @@ do-build:
do-install:
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
WRKSRC=${WRKSRC} ${SCRIPTDIR}/install
-.if !defined(NOMANCOMPRESS)
- gzip -9f ${PREFIX}/man/man1/exmh-custom.1
- gzip -9f ${PREFIX}/man/man1/exmh-ref.1
- gzip -9f ${PREFIX}/man/man1/exmh-use.1
- gzip -9f ${PREFIX}/man/man1/exmh.1
-.endif
.include <bsd.port.mk>