diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-29 07:53:04 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-29 07:53:04 +0800 |
commit | 5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19 (patch) | |
tree | 258d605eb48a43ae6da074b5fff0941e305c0007 /audio | |
parent | 6a1daab9577b3fbc3657f6271f91776c87468b7c (diff) | |
download | freebsd-ports-gnome-5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19.tar.gz freebsd-ports-gnome-5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19.tar.zst freebsd-ports-gnome-5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19.zip |
For some reason two manpages were missing from the MANx variables.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/Makefile | 4 | ||||
-rw-r--r-- | audio/xmcd/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index ef223c29705b..f2c9be5ea16b 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.10 1998/08/13 01:44:14 asami Exp $ +# $Id: Makefile,v 1.11 1998/08/25 00:43:44 asami 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 +MAN1= cddbcmd.1 wm2xmcd.1 xmcd.1 cda.1 MANCOMPRESSED= no post-install: diff --git a/audio/xmcd/pkg-plist b/audio/xmcd/pkg-plist index 31499c8c10ba..2e3578bc66a2 100644 --- a/audio/xmcd/pkg-plist +++ b/audio/xmcd/pkg-plist @@ -154,8 +154,6 @@ 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 |