diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /audio/radio | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'audio/radio')
-rw-r--r-- | audio/radio/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile index d78a0e9e81f0..6bbb08e2d3bb 100644 --- a/audio/radio/Makefile +++ b/audio/radio/Makefile @@ -3,7 +3,7 @@ # Date created: 5 July 1995 # Whom: janek@gaja.ipan.lublin.pl # -# $Id: Makefile,v 1.4 1996/10/18 16:11:04 max Exp $ +# $Id: Makefile,v 1.5 1996/11/15 23:14:01 obrien Exp $ # DISTNAME= radio2.0.4 @@ -15,11 +15,6 @@ MAINTAINER= janek@gaja.ipan.lublin.pl 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 +MAN1= radio.1 broadcast.1 .include <bsd.port.mk> |