summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-06 18:45:15 +0000
committertron <tron@pkgsrc.org>2001-07-06 18:45:15 +0000
commitaf45844a42551221a35a593ca338758659eda7ba (patch)
tree52a41a7583364b7030ef456c8c11502b84078291 /mk
parent7a070fead608316f5b016fdb6579ecfdec3aca87 (diff)
downloadpkgsrc-af45844a42551221a35a593ca338758659eda7ba.tar.gz
Fix quoting problem in Solaris's "/bin/sh".
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.buildlink.mk b/mk/bsd.buildlink.mk
index 3e203a9b595..583ae0e4a81 100644
--- a/mk/bsd.buildlink.mk
+++ b/mk/bsd.buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink.mk,v 1.22 2001/07/02 05:03:45 jlam Exp $
+# $NetBSD: bsd.buildlink.mk,v 1.23 2001/07/06 18:45:15 tron Exp $
#
# This Makefile fragment is included by package buildlink.mk files. This
# file does the following things:
@@ -160,7 +160,7 @@ _BUILDLINK_CONFIG_WRAPPER_USE: .USE
#
.if defined(USE_LIBTOOL)
REPLACE_BUILDLINK+= \
- `${FIND} . -name "*.lai" | ${SED} -e "s|^\./||" | ${SORT}`
+ `${FIND} . -name "*.lai" | ${SED} -e 's|\^\./||' | ${SORT}`
.endif
.if defined(REPLACE_BUILDLINK)