diff options
author | tg <tg@FreeBSD.org> | 1995-12-18 15:29:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1995-12-18 15:29:08 +0800 |
commit | 88d7c788737e0db0adc4d64689f6d01c55201c84 (patch) | |
tree | 26d7bc64db890a91866f9a6d296f55724399dfbe | |
parent | 64c47b0e4399c4411acbccfe728cf929b2e9c262 (diff) | |
download | freebsd-ports-gnome-88d7c788737e0db0adc4d64689f6d01c55201c84.tar.gz freebsd-ports-gnome-88d7c788737e0db0adc4d64689f6d01c55201c84.tar.zst freebsd-ports-gnome-88d7c788737e0db0adc4d64689f6d01c55201c84.zip |
Add `.if !defined(NOMANCOMPRESS)' again. I should probably
read our own guidelines more often.
-rw-r--r-- | misc/tkman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 7f1a1514020c..0874e807fcd6 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.12 1995/12/07 08:11:57 tg Exp $ +# $Id: Makefile,v 1.13 1995/12/09 01:30:20 asami Exp $ # DISTNAME= tkman-1.7.5 @@ -20,6 +20,8 @@ RUN_DEPENDS= rman:${PORTSDIR}/misc/rman NO_PACKAGE= yes post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/tkman.1 +.endif .include <bsd.port.mk> |