summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-08-24 10:50:03 +0000
committerhubertf <hubertf@pkgsrc.org>2001-08-24 10:50:03 +0000
commit72a293c7e6cd142e391fb1d1d3106ddfbfc1494c (patch)
treeb1b6077136ab0d7818ef5162b96f56b6cc5bb907 /mk
parent7cb5dda9950579ca9d59719ff247800e0ac1afc3 (diff)
downloadpkgsrc-72a293c7e6cd142e391fb1d1d3106ddfbfc1494c.tar.gz
print-PLIST: remove emul/linux/proc entries before sorting. No need to
waste processing time on data we're going to discard. Pointed out by Tomasz Luchowski <zuntum@netbsd.org>.
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 9b3c7feccfc..e4eaee0788e 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.802 2001/08/24 00:54:47 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.803 2001/08/24 10:50:03 hubertf Exp $
#
# This file is in the public domain.
#
@@ -3115,8 +3115,8 @@ print-PLIST:
-e 's@${LOWER_VENDOR}@\$${LOWER_VENDOR}@' \
-e 's@${LOWER_OPSYS}@\$${LOWER_OPSYS}@' \
-e 's@${PKGNAME}@\$${PKGNAME}@' \
- | ${SORT} \
| ${GREP} -v emul/linux/proc \
+ | ${SORT} \
| ${AWK} ' \
/^@/ { print $$0; next } \
/.*\/lib[^\/]+\.so\.[0-9]+\.[0-9]+\.[0-9]+$$/ { \