summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-03 20:56:40 +0000
committerjlam <jlam@pkgsrc.org>2001-10-03 20:56:40 +0000
commitf0a4fcd3e4ae562d3f0a0ff6814ddc5ae39fae21 (patch)
tree6ea8cf3bb761f4715c28ac12c51846bc482df7b7 /audio/esound
parentb8f8010b568f50d8da3ff0c7d587b50682ccd92f (diff)
downloadpkgsrc-f0a4fcd3e4ae562d3f0a0ff6814ddc5ae39fae21.tar.gz
Substitute the real config script for the config wrapper script in
installed files. We don't want buildlink references to escape into the install directory.
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/buildlink.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/esound/buildlink.mk b/audio/esound/buildlink.mk
index f2033372e0a..05be624acc8 100644
--- a/audio/esound/buildlink.mk
+++ b/audio/esound/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.7 2001/08/17 21:14:00 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.8 2001/10/03 20:56:41 jlam Exp $
#
# This Makefile fragment is included by packages that use esound.
#
@@ -33,6 +33,8 @@ BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.esound}
BUILDLINK_CONFIG.esound= ${BUILDLINK_PREFIX.esound}/bin/esd-config
BUILDLINK_CONFIG_WRAPPER.esound= ${BUILDLINK_DIR}/bin/esd-config
+REPLACE_BUILDLINK_SED+= \
+ -e "s|${BUILDLINK_CONFIG_WRAPPER.esound}|${BUILDLINK_CONFIG.esound}|g"
.if defined(USE_CONFIG_WRAPPER)
ESD_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.esound}