diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /audio/xcd/Makefile | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.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.
Diffstat (limited to 'audio/xcd/Makefile')
-rw-r--r-- | audio/xcd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 5313f454257..783f4f91126 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> |