aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-11-03 04:24:09 +0800
committermax <max@FreeBSD.org>1996-11-03 04:24:09 +0800
commitf4d2c1e2ceb7d4617e71d6407b3803f4efdec06f (patch)
treefdac100ce66afb1b080dd1856eebbcb970ec57ce /mail
parent6dfb7f165259f864c4a59947e57e170c8dab7587 (diff)
downloadfreebsd-ports-gnome-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.gz
freebsd-ports-gnome-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.zst
freebsd-ports-gnome-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.zip
Use ${COMPRESS_MAN} to compress man pages.
Diffstat (limited to 'mail')
-rw-r--r--mail/mailagent/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index 072f7b35c516..d406410db3f2 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
+# $Id: Makefile,v 1.1.1.1 1996/09/29 03:26:45 max Exp $
#
DISTNAME= mailagent-3.0pl44
@@ -36,11 +36,8 @@ MANPAGES= edusers.1 mailagent.1 maildist.1 \
# from several other man pages with .so macro.
post-install:
-.if !defined(NOMANCOMPRESS)
- @echo "Compressing man pages."
- @for manpage in ${MANPAGES}; do \
- gzip -9nf ${PREFIX}/man/man1/$$manpage ;\
- done
-.endif
+.for manpage in ${MANPAGES}
+ ${COMPRESS_MAN} ${PREFIX}/man/man1/${manpage}
+.endfor
.include <bsd.port.mk>