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/xmcd/Makefile | |
parent | 6a1daab9577b3fbc3657f6271f91776c87468b7c (diff) | |
download | freebsd-ports-graphics-5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19.tar.gz freebsd-ports-graphics-5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19.tar.zst freebsd-ports-graphics-5b1935ad8ed3c4c1f770baaa6bcff0b97b74cd19.zip |
For some reason two manpages were missing from the MANx variables.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index ef223c29705..f2c9be5ea16 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: |