summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-03 20:56:40 +0000
committerjlam <jlam>2001-10-03 20:56:40 +0000
commit33b3e8210c42dc6efa830a347b56c8d2b673832d (patch)
tree6ea8cf3bb761f4715c28ac12c51846bc482df7b7 /audio/esound
parent9175d29555fa0109e86c10f35947868f15ed723c (diff)
downloadpkgsrc-33b3e8210c42dc6efa830a347b56c8d2b673832d.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}