diff options
-rw-r--r-- | audio/radio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile index 42f162a..15a3540 100644 --- a/audio/radio/Makefile +++ b/audio/radio/Makefile @@ -2,7 +2,7 @@ # Version required: 2.0.4 # Date created: 5 July 1995 # Whom: janek@gaja.ipan.lublin.pl -# +# $Id: $ DISTNAME= radio2.0.4 PKGNAME= radio-2.0.4 @@ -13,7 +13,9 @@ NO_WRKSUBDIR= yes MAKE_FLAGS= FreeBSD -f post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/radio.1 gzip -9nf ${PREFIX}/man/man1/broadcast.1 +.endif .include <bsd.port.mk> |