aboutsummaryrefslogtreecommitdiff
path: root/audio/radio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/radio/Makefile')
-rw-r--r--audio/radio/Makefile9
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>