aboutsummaryrefslogtreecommitdiffstats
path: root/audio/radio
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-10-18 15:47:10 +0800
committermax <max@FreeBSD.org>1996-10-18 15:47:10 +0800
commit03e604ff3331252e9f5c32b28e202bf93280c83b (patch)
treedc2c2ac050744f76f5d427dd366b85982356dee5 /audio/radio
parent4c6b693db9dc64fb42c51092c35433c1073726ee (diff)
downloadfreebsd-ports-gnome-03e604ff3331252e9f5c32b28e202bf93280c83b.tar.gz
freebsd-ports-gnome-03e604ff3331252e9f5c32b28e202bf93280c83b.tar.zst
freebsd-ports-gnome-03e604ff3331252e9f5c32b28e202bf93280c83b.zip
Honor NOMANCOMPRESS.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Added $Id.
Diffstat (limited to 'audio/radio')
-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>