diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-31 11:27:26 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-31 11:27:26 +0800 |
commit | dfa5d7850de534731c39daa4126197bc4777f585 (patch) | |
tree | 837d2633f18c27045355141880d10986ea1395bf /audio/xmcd | |
parent | 5ba2724835e28c2ade8a96cf4d451d3963e6569c (diff) | |
download | freebsd-ports-gnome-dfa5d7850de534731c39daa4126197bc4777f585.tar.gz freebsd-ports-gnome-dfa5d7850de534731c39daa4126197bc4777f585.tar.zst freebsd-ports-gnome-dfa5d7850de534731c39daa4126197bc4777f585.zip |
Back-out (I think I did this the hard way) the previous rev.
In retrospect, I should have suspected something was strange, but I
still have no idea _why_... Apparently half of the manpages in this
port are installed compressed. I think this is because the port tries
to mix Imake with its own installation script. I'll have to figture-out
for sure some day.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 | ||||
-rw-r--r-- | audio/xmcd/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index f2c9be5ea16b..caccc89c6423 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Februar 1995 # Whom: Gennady Sorokopud <gena@NetVision.net.il> # -# $Id: Makefile,v 1.11 1998/08/25 00:43:44 asami Exp $ +# $Id: Makefile,v 1.12 1998/08/28 23:53:03 hoek Exp $ # DISTNAME= xmcd-2.3 @@ -15,7 +15,7 @@ MAINTAINER= deischen@iworks.InterWorks.org REQUIRES_MOTIF= yes USE_IMAKE= yes -MAN1= cddbcmd.1 wm2xmcd.1 xmcd.1 cda.1 +MAN1= cddbcmd.1 wm2xmcd.1 MANCOMPRESSED= no post-install: diff --git a/audio/xmcd/pkg-plist b/audio/xmcd/pkg-plist index 2e3578bc66a2..31499c8c10ba 100644 --- a/audio/xmcd/pkg-plist +++ b/audio/xmcd/pkg-plist @@ -154,6 +154,8 @@ lib/X11/xmcd/config/.tbl/Teac lib/X11/xmcd/config/.tbl/Toshiba lib/X11/xmcd/config/.tbl/Yamaha lib/X11/xmcd/config/config.sh +man/man1/xmcd.1.gz +man/man1/cda.1.gz @dirrm lib/X11/xmcd/docs @dirrm lib/X11/xmcd/pixmaps @dirrm lib/X11/xmcd/help |