diff options
author | schmonz <schmonz> | 2002-12-14 03:43:18 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-14 03:43:18 +0000 |
commit | 760d4fa7f887d71c21fb220fbbee2d7c1829b944 (patch) | |
tree | 2cf5e6870c15092e001faad567a0a3a665d6b287 /audio/oggasm | |
parent | d8885124ee2515709b14ba2f05ddae4fe3218db5 (diff) | |
download | pkgsrc-760d4fa7f887d71c21fb220fbbee2d7c1829b944.tar.gz |
REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
Diffstat (limited to 'audio/oggasm')
-rw-r--r-- | audio/oggasm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index e3284fdbd96..97bad300fb4 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/22 12:26:16 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/14 03:43:18 schmonz Exp $ # DISTNAME= oggasm_1.4.0 @@ -15,7 +15,7 @@ DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info USE_PERL5= yes -REPLACE_PERL= ${WRKSRC}/oggasm +REPLACE_PERL= oggasm NO_BUILD= yes WRKSRC= ${WRKDIR}/${PKGNAME} |