summaryrefslogtreecommitdiff
path: root/mk/check/check-portability.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-02 17:58:11 +0000
committerrillig <rillig@pkgsrc.org>2007-01-02 17:58:11 +0000
commitb12d590e3eb545e6c71e472a6a05ed1e116dd204 (patch)
tree7a9b4e286135e3de09bb5c6bf4927e931f942aa6 /mk/check/check-portability.mk
parentaafc7b71a5e64996794e181001a40d3337abaab5 (diff)
downloadpkgsrc-b12d590e3eb545e6c71e472a6a05ed1e116dd204.tar.gz
Removed the need to define the PKGSRCDIR environment variable.
Diffstat (limited to 'mk/check/check-portability.mk')
-rw-r--r--mk/check/check-portability.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/check/check-portability.mk b/mk/check/check-portability.mk
index 418fa68c537..75f1f2d3846 100644
--- a/mk/check/check-portability.mk
+++ b/mk/check/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.2 2006/11/09 14:36:18 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.3 2007/01/02 17:58:11 rillig Exp $
#
# This file contains some checks that are applied to the configure
# scripts to check for certain constructs that are known to cause
@@ -45,6 +45,5 @@ _check-portability:
${RUN} \
[ -d ${WRKSRC}/. ] || exit 0; \
cd ${WRKSRC}; \
- env PKGSRCDIR=${PKGSRCDIR:Q} \
- SKIP_FILTER=${CHECK_PORTABILITY_SKIP:@p@${p}) skip=yes;;@:Q} \
+ env SKIP_FILTER=${CHECK_PORTABILITY_SKIP:@p@${p}) skip=yes;;@:Q} \
sh ${PKGSRCDIR}/mk/check/check-portability.sh