summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-02-03 15:11:46 +0000
committertv <tv@pkgsrc.org>1999-02-03 15:11:46 +0000
commit9cc74c36765ddcf23819b69f1d999b83d07cb6ff (patch)
tree166f2199e86026c844d82f67737e720a3075df10 /mk
parent5d61a3b6462e2fdabe138f03dfcd6a864142f5cb (diff)
downloadpkgsrc-9cc74c36765ddcf23819b69f1d999b83d07cb6ff.tar.gz
Don't match a slash in the middle of a library name.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 9845366af0a..f6ff94c0454 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.208 1999/02/01 11:37:02 frueauf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.209 1999/02/03 15:11:46 tv Exp $
#
# This file is in the public domain.
#
@@ -1189,7 +1189,7 @@ _PORT_USE: .USE
fi)
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${PLIST}
@(sos=`/usr/bin/egrep -h \
- '*/lib.+\.so\.[0-9]+\.[0-9]+$$' \
+ '*/lib[^/]+\.so\.[0-9]+\.[0-9]+$$' \
${PLIST} || /usr/bin/true`; \
if [ X"$$sos" != X"" ]; then \
case ${SHLIB_TYPE} in \