diff options
Diffstat (limited to 'audio/xmcd/Makefile')
-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> |