diff options
author | max <max@FreeBSD.org> | 1996-11-02 20:24:09 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-02 20:24:09 +0000 |
commit | f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f (patch) | |
tree | fdac100ce66afb1b080dd1856eebbcb970ec57ce /japanese/nethack32 | |
parent | 6dfb7f165259f864c4a59947e57e170c8dab7587 (diff) | |
download | FreeBSD-ports-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.zip FreeBSD-ports-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.gz |
Use ${COMPRESS_MAN} to compress man pages.
Diffstat (limited to 'japanese/nethack32')
-rw-r--r-- | japanese/nethack32/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile index f8aaca3..e07a9d8 100644 --- a/japanese/nethack32/Makefile +++ b/japanese/nethack32/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> |