diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 21:23:25 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 21:23:25 +0000 |
commit | c3d5e9a994965ca34e80915e11a8a1862acd1695 (patch) | |
tree | 95c1d776e43721f091ef1fe60412df2b7b5fb00e /audio/ezstream | |
parent | f4c32f8851590b9cc448501cad2d635af5a0d397 (diff) | |
download | pkgsrc-c3d5e9a994965ca34e80915e11a8a1862acd1695.tar.gz |
REPLACE_SH in installed shell scripts.
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index afc11f11b5b..960eab66b9d 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/07/06 10:17:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2012/02/15 21:23:25 hans Exp $ # DISTNAME= ezstream-0.5.4 @@ -14,6 +14,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= examples/meta.sh examples/play.sh .include "../../audio/libshout/buildlink3.mk" .include "../../audio/taglib/buildlink3.mk" |