diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /audio/radio | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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> |