diff options
author | max <max@FreeBSD.org> | 1996-11-03 04:24:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-03 04:24:09 +0800 |
commit | f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f (patch) | |
tree | fdac100ce66afb1b080dd1856eebbcb970ec57ce /japanese/nethack34 | |
parent | 6dfb7f165259f864c4a59947e57e170c8dab7587 (diff) | |
download | freebsd-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 'japanese/nethack34')
-rw-r--r-- | japanese/nethack34/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index f8aaca375bcd..e07a9d8e70f4 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -3,7 +3,7 @@ # Date created: 13 February 1995 # Whom: asami # -# $Id: Makefile,v 1.8 1996/09/21 00:52:29 asami Exp $ +# $Id: Makefile,v 1.9 1996/10/05 11:24:38 max Exp $ # DISTNAME= nethack-3.2.1 @@ -30,12 +30,10 @@ pre-install: @cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man6/dlb.6 - gzip -9nf ${PREFIX}/man/man6/dgn_comp.6 - gzip -9nf ${PREFIX}/man/man6/lev_comp.6 - gzip -9nf ${PREFIX}/man/man6/nethack.6 - gzip -9nf ${PREFIX}/man/man6/recover.6 -.endif + ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6 + ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6 + ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6 + ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6 + ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6 .include <bsd.port.mk> |