diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | b34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch) | |
tree | 0775433a62b67c99f1df778999f61e01e23e2907 /audio/xmcd | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Notes
Notes:
svn path=/head/; revision=4497
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 0516cbaf5ac8..184e53a391d6 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> |