diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 22:38:30 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 22:38:30 +0000 |
commit | 10abe30a82cac8d932cdc82a8252250bb7755f28 (patch) | |
tree | e7f9b808608f85e6cbd301ad22afa2696889651b /audio/pulseaudio | |
parent | cf469fa72bcb6f1c3506c59626830fcf95d482e0 (diff) | |
download | pkgsrc-10abe30a82cac8d932cdc82a8252250bb7755f28.tar.gz |
REPLACE_SH in installed shell scripts.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 86c6b309fe8..5d21b0f1262 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/02/06 12:39:29 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2012/02/15 22:38:30 hans Exp $ # NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de> @@ -23,6 +23,11 @@ USE_TOOLS+= pkg-config gmake m4 msgfmt intltool perl \ AUTOCONF_REQD= 2.63 +REPLACE_SH+= src/daemon/esdcompat.in +REPLACE_SH+= src/daemon/start-pulseaudio-x11.in +REPLACE_SH+= src/daemon/start-pulseaudio-kde.in +REPLACE_SH+= src/utils/padsp + PKGCONFIG_OVERRIDE+= libpulse-browse.pc.in PKGCONFIG_OVERRIDE+= libpulse-mainloop-glib.pc.in PKGCONFIG_OVERRIDE+= libpulse-simple.pc.in |