diff options
author | kim <kim> | 2006-03-11 10:46:27 +0000 |
---|---|---|
committer | kim <kim> | 2006-03-11 10:46:27 +0000 |
commit | 94b155f24019f144a2c8bdf539a9d051eeff8ebd (patch) | |
tree | ac18dd7ce5125dca196847ca0169a2432a74825e /audio/mstream | |
parent | c7b84c209f9c7d528a5ec05ab2ab402a14160d05 (diff) | |
download | pkgsrc-94b155f24019f144a2c8bdf539a9d051eeff8ebd.tar.gz |
Fix cleanup.
Diffstat (limited to 'audio/mstream')
-rw-r--r-- | audio/mstream/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/mstream/Makefile b/audio/mstream/Makefile index 3ce3121673a..0ee0417f60e 100644 --- a/audio/mstream/Makefile +++ b/audio/mstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/10 22:47:35 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/11 10:46:27 kim Exp $ # DISTNAME= mstream-1.0 @@ -15,6 +15,11 @@ DEPENDS+= p5-MP3-Info>=1.0:../../audio/p5-MP3-Info NO_CONFIGURE= yes USE_TOOLS+= perl:run + +MODDIR= ${LOCALBASE}/share/ices-mp3 + MAKE_FLAGS+= PREFIX=${PREFIX:Q} +MAKE_FLAGS+= MODDIR=${MODDIR:Q} +MAKE_FLAGS+= PERL=${PERL5:Q} .include "../../mk/bsd.pkg.mk" |