diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /audio/rplay | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 3 | ||||
-rw-r--r-- | audio/rplay/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 1a66b2a..9a6d694 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # -# $Id: Makefile,v 1.5 1996/10/03 14:13:05 adam Exp $ +# $Id: Makefile,v 1.6 1996/11/15 23:14:10 obrien Exp $ # DISTNAME= rplay-3.2.0b5 @@ -14,5 +14,6 @@ MAINTAINER= rmallory@csusb.edu HAS_CONFIGURE= yes USE_GMAKE= yes +MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5 .include <bsd.port.mk> diff --git a/audio/rplay/pkg-plist b/audio/rplay/pkg-plist index ced9baa..b145a70 100644 --- a/audio/rplay/pkg-plist +++ b/audio/rplay/pkg-plist @@ -9,6 +9,6 @@ lib/librplay.a @comment man/man1/rplay.1 @comment man/man1/rplayd.1 @comment man/man1/rptp.1 -man/man5/rplay.conf.5 -man/man5/rplay.hosts.5 -man/man5/rplay.servers.5 +man/man5/rplay.conf.5.gz +man/man5/rplay.hosts.5.gz +man/man5/rplay.servers.5.gz |