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 | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /audio/audacity | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index a2737457691..9deeee99f72 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/01/10 14:25:42 recht Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/20 12:07:41 agc Exp $ DISTNAME= audacity-src-1.0.0-2 PKGNAME= audacity-1.0.0.2 PKGREVISION= 8 -WRKSRC= ${WRKDIR}/audacity-src-1.0.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=audacity/} EXTRACT_SUFX= .tgz @@ -14,6 +13,7 @@ COMMENT= Audio editor BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip +WRKSRC= ${WRKDIR}/audacity-src-1.0.0 USE_BUILDLINK2= # defined USE_X11= # defined USE_GMAKE= # defined |