diff options
author | schmonz <schmonz> | 2002-12-14 03:43:18 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-14 03:43:18 +0000 |
commit | 387676eb24722927e9b0cd38712856ee22125e5c (patch) | |
tree | 2cf5e6870c15092e001faad567a0a3a665d6b287 /audio | |
parent | 16021d441a400794a5a6509eaa79fd779561b2b0 (diff) | |
download | pkgsrc-387676eb24722927e9b0cd38712856ee22125e5c.tar.gz |
REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
Diffstat (limited to 'audio')
-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} |