summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-15 22:14:30 +0000
committerhans <hans@pkgsrc.org>2012-02-15 22:14:30 +0000
commita345462877932fd44c295c05490e52a0a9893410 (patch)
treef7e4a96994a900d456d20fb2e8c97006365a7893 /audio
parent0d2d8912fb9ca943538c3884e3e7662c295a20cb (diff)
downloadpkgsrc-a345462877932fd44c295c05490e52a0a9893410.tar.gz
REPLACE_SH in installed shell scripts.
Diffstat (limited to 'audio')
-rw-r--r--audio/mpc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile
index 1844e5c9565..34c11006e86 100644
--- a/audio/mpc/Makefile
+++ b/audio/mpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/01/16 21:14:44 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2012/02/15 22:14:30 hans Exp $
DISTNAME= mpc-0.21
CATEGORIES= audio
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+REPLACE_SH= doc/*.sh
+
LIBS.SunOS+= ${BUILDLINK_LDADD.iconv}
.include "../../audio/libmpdclient/buildlink3.mk"