pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mstream Fix cleanup.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b3d6cd485fd
branches:  trunk
changeset: 509535:5b3d6cd485fd
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat Mar 11 10:46:27 2006 +0000

description:
Fix cleanup.

diffstat:

 audio/mstream/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e601f82cb8c1 -r 5b3d6cd485fd audio/mstream/Makefile
--- a/audio/mstream/Makefile    Sat Mar 11 10:41:03 2006 +0000
+++ b/audio/mstream/Makefile    Sat Mar 11 10:46:27 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index