aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-18 15:47:10 +0800
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-18 15:47:10 +0800
commitdec1e37a7f3c6069cae56b0bb99fcde28dbeb1df (patch)
tree7f4869504c3ee417c80e447990a36db177fb937e /audio
parent838df4382e27580cc16f598e4ccd20304ac0719d (diff)
downloadfreebsd-ports-dec1e37a7f3c6069cae56b0bb99fcde28dbeb1df.tar.gz
freebsd-ports-dec1e37a7f3c6069cae56b0bb99fcde28dbeb1df.tar.zst
freebsd-ports-dec1e37a7f3c6069cae56b0bb99fcde28dbeb1df.zip
Honor NOMANCOMPRESS.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Added $Id.
Notes
Notes: svn path=/head/; revision=4022
Diffstat (limited to 'audio')
-rw-r--r--audio/radio/Makefile4
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>