diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /audio/xcd | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
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.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'audio/xcd')
-rw-r--r-- | audio/xcd/Makefile | 3 | ||||
-rw-r--r-- | audio/xcd/pkg-plist | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 5313f4542578..783f4f911266 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1996/11/05 13:19:57 asami Exp $ +# $Id: Makefile,v 1.14 1996/11/15 23:14:37 obrien Exp $ # DISTNAME= xcd-1.5 @@ -15,5 +15,6 @@ MAINTAINER= jmz@FreeBSD.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 WRKSRC= ${WRKDIR}/xcd +MAN1= cdplayer.1 xcd.1 .include <bsd.port.mk> diff --git a/audio/xcd/pkg-plist b/audio/xcd/pkg-plist index f3ee5df72e04..d25ab2d67de7 100644 --- a/audio/xcd/pkg-plist +++ b/audio/xcd/pkg-plist @@ -1,9 +1,5 @@ -@cd /usr/local -@owner bin -@mode 755 bin/cdplayer bin/xcd -@mode 644 lib/xcd/eject.xbm lib/xcd/eject_s.xbm lib/xcd/ff.xbm @@ -20,6 +16,6 @@ lib/xcd/rewind.xbm lib/xcd/rewind_s.xbm lib/xcd/stop.xbm lib/xcd/stop_s.xbm -man/man1/cdplayer.1 -man/man1/xcd.1 +man/man1/cdplayer.1.gz +man/man1/xcd.1.gz |