summaryrefslogtreecommitdiff
path: root/mk/check/check-headers.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-02 17:58:11 +0000
committerrillig <rillig>2007-01-02 17:58:11 +0000
commit0bff45db35c83c599b3349f2b2d045b421c88748 (patch)
tree7a9b4e286135e3de09bb5c6bf4927e931f942aa6 /mk/check/check-headers.mk
parentb782f636c55a3a0f023b1371e6d43e5534de0c93 (diff)
downloadpkgsrc-0bff45db35c83c599b3349f2b2d045b421c88748.tar.gz
Removed the need to define the PKGSRCDIR environment variable.
Diffstat (limited to 'mk/check/check-headers.mk')
-rw-r--r--mk/check/check-headers.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/check/check-headers.mk b/mk/check/check-headers.mk
index 2a0c22c885f..24b84f97192 100644
--- a/mk/check/check-headers.mk
+++ b/mk/check/check-headers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-headers.mk,v 1.2 2006/11/09 14:41:18 rillig Exp $
+# $NetBSD: check-headers.mk,v 1.3 2007/01/02 17:58:11 rillig Exp $
#
# This file checks the C and C++ header files for possible problems.
#
@@ -32,6 +32,5 @@ _check-headers:
${RUN} \
[ -d ${WRKSRC}/. ] || exit 0; \
cd ${WRKSRC}; \
- env PKGSRCDIR=${PKGSRCDIR:Q} \
- SKIP_FILTER=${CHECK_HEADERS_SKIP:@p@${p}) skip=yes;;@:Q} \
+ env SKIP_FILTER=${CHECK_HEADERS_SKIP:@p@${p}) skip=yes;;@:Q} \
sh ${PKGSRCDIR}/mk/check/check-headers.sh