summaryrefslogtreecommitdiff
path: root/lang/python22-pth
diff options
context:
space:
mode:
authorgrant <grant>2004-01-29 10:33:51 +0000
committergrant <grant>2004-01-29 10:33:51 +0000
commit970fdbab35c9a2bc87ef8ef4f644e03ca8d1322e (patch)
tree6b24845492d3b4d12b42e758f1197a892fb96ef2 /lang/python22-pth
parenta1add5e5e06187be7fcf510ed7e6f2847bac4aa8 (diff)
downloadpkgsrc-970fdbab35c9a2bc87ef8ef4f644e03ca8d1322e.tar.gz
use ${EGREP} instead of relying on GNU grep features.
Diffstat (limited to 'lang/python22-pth')
-rw-r--r--lang/python22-pth/buildlink2.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22-pth/buildlink2.mk b/lang/python22-pth/buildlink2.mk
index e8a9a89c45e..36e653f3c5b 100644
--- a/lang/python22-pth/buildlink2.mk
+++ b/lang/python22-pth/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.3 2003/05/02 11:55:36 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2004/01/29 10:33:51 grant Exp $
.if !defined(PYTHON22_BUILDLINK2_MK)
PYTHON22_BUILDLINK2_MK= # defined
@@ -18,7 +18,7 @@ EVAL_PREFIX+= BUILDLINK_PREFIX.python22-pth=python22-pth
BUILDLINK_PREFIX.python22-pth_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES_CMD.python22-pth= \
${BUILDLINK_PLIST_CMD.python22-pth} | \
- ${GREP} '^\(include\|lib.*/lib[^/]*$$\)'
+ ${EGREP} '^(include|lib.*/lib[^/]*$$)'
BUILDLINK_TRANSFORM+= l:python:python2p2
BUILDLINK_CPPFLAGS.python22-pth+= \