aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-16 07:14:56 +0800
committerobrien <obrien@FreeBSD.org>1996-11-16 07:14:56 +0800
commit0ce7ebb084c1d8962e92e21224fb74e81359b93a (patch)
tree4215c55125e4b719604594aed1b3abd5ca580b32 /audio/xmcd/Makefile
parent7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb (diff)
downloadfreebsd-ports-graphics-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.gz
freebsd-ports-graphics-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.zst
freebsd-ports-graphics-0ce7ebb084c1d8962e92e21224fb74e81359b93a.zip
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 0516cbaf5ac..184e53a391d 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -3,11 +3,11 @@
# Date created: 16 Februar 1995
# Whom: Gennady Sorokopud <gena@NetVision.net.il>
#
-# $Id: Makefile,v 1.3 1995/04/11 19:46:58 asami Exp $
+# $Id: Makefile,v 1.4 1996/04/11 08:46:50 asami Exp $
#
DISTNAME= xmcd-2.0
-CATEGORIES+= audio
+CATEGORIES= audio
MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ \
ftp://crl.dec.com/pub/X11/contrib/applications/xmcd/
@@ -18,6 +18,6 @@ USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
post-install:
- cp ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
+ ${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
.include <bsd.port.mk>