diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-18 07:47:10 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-18 07:47:10 +0000 |
commit | dec1e37a7f3c6069cae56b0bb99fcde28dbeb1df (patch) | |
tree | 7f4869504c3ee417c80e447990a36db177fb937e /audio | |
parent | 838df4382e27580cc16f598e4ccd20304ac0719d (diff) | |
download | ports-dec1e37a7f3c6069cae56b0bb99fcde28dbeb1df.tar.gz ports-dec1e37a7f3c6069cae56b0bb99fcde28dbeb1df.zip |
Notes
Diffstat (limited to 'audio')
-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 42f162a377a8..15a3540638b2 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> |