diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-21 00:52:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-21 00:52:29 +0000 |
commit | d6763d278dedebfcacedfae5d160b3a669da24f4 (patch) | |
tree | a346e175003c672b88a501d9d50272ff3686dbef /japanese/nethack/Makefile | |
parent | c89daf5f082df80c45f6f7256b38aff77d00d841 (diff) | |
download | freebsd-ports-d6763d278dedebfcacedfae5d160b3a669da24f4.zip |
Don't forget to compress dlb.6.
Diffstat (limited to 'japanese/nethack/Makefile')
-rw-r--r-- | japanese/nethack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile index a4429c9c433e..4afd6001fb85 100644 --- a/japanese/nethack/Makefile +++ b/japanese/nethack/Makefile @@ -3,7 +3,7 @@ # Date created: 13 February 1995 # Whom: asami # -# $Id: Makefile,v 1.6 1996/09/17 08:44:10 max Exp $ +# $Id: Makefile,v 1.7 1996/09/17 15:07:33 max Exp $ # DISTNAME= nethack-3.2.1 @@ -31,6 +31,7 @@ pre-install: 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 |