diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /audio/xmcd/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 7212e2a80be..7a7134e8126 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2003/09/28 09:13:55 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2004/01/20 12:07:43 agc Exp $ DISTNAME= xmcd-3.0.2 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/xmcd-3.0 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/ @@ -14,6 +13,7 @@ PATCH_SITES= ${HOMEPAGE} PATCHFILES= xmcd-3.0.2-proxyauth-patch PATCH_DIST_STRIP= -p1 +WRKSRC= ${WRKDIR}/xmcd-3.0 USE_BUILDLINK2= yes USE_PKGINSTALL= yes |