diff options
author | kim <kim@pkgsrc.org> | 2006-03-11 10:46:27 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2006-03-11 10:46:27 +0000 |
commit | 8cc5b8dffd82a227fc989ae449b12e569d504879 (patch) | |
tree | ac18dd7ce5125dca196847ca0169a2432a74825e | |
parent | c7612d1a1ce3aa4ab7b3886bbca002976f3ac91e (diff) | |
download | pkgsrc-8cc5b8dffd82a227fc989ae449b12e569d504879.tar.gz |
Fix cleanup.
-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" |