1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Honor NOMANCOMPRESS.

Submitted by:	"Philippe Charnier" <charnier@xp11.frmug.org>

Added $Id.
This commit is contained in:
Masafumi Max NAKANE 1996-10-18 07:47:10 +00:00
parent 838df4382e
commit dec1e37a7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4022

View File

@ -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>