summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-01-04 19:23:30 +0000
committertv <tv@pkgsrc.org>1999-01-04 19:23:30 +0000
commita96bf3e29842e9a789e4c1631e9e2d08ee94aeef (patch)
treeb3c5afc2badc762745e9ac48549e7e5a737d1e51 /mk
parent06d3c5cd67f4c7b88dd8caefc14950bff3811227 (diff)
downloadpkgsrc-a96bf3e29842e9a789e4c1631e9e2d08ee94aeef.tar.gz
Shared objects can, in fact, have dots in their basenames. Libtool
creates such with the `-release' (versus `-version-info') build option.
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 8d8091f8ee5..337a80f52c7 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.199 1998/12/29 17:23:39 garbled Exp $
+# $NetBSD: bsd.pkg.mk,v 1.200 1999/01/04 19:23:30 tv Exp $
#
# This file is in the public domain.
#
@@ -1185,7 +1185,7 @@ _PORT_USE: .USE
fi)
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${PLIST}
@(sos=`/usr/bin/egrep -h \
- '^([^/]*/)*lib/lib[^.]+\.so\.[0-9]+\.[0-9]+$$' \
+ '^([^/]*/)*lib/lib.+\.so\.[0-9]+\.[0-9]+$$' \
${PLIST} || /usr/bin/true`; \
if [ X"$$sos" != X"" ]; then \
case ${SHLIB_TYPE} in \