summaryrefslogtreecommitdiff
path: root/mk/configure
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-05 02:58:28 +0000
committerrillig <rillig@pkgsrc.org>2006-10-05 02:58:28 +0000
commitecd4e9d40bfcec2f562d3b2a7476479591427ac4 (patch)
treec54744293688a18a0de11de7abddc9f9e13d9f32 /mk/configure
parent1a4d6293f1d6b1622c4da25af80aac117ef42f6e (diff)
downloadpkgsrc-ecd4e9d40bfcec2f562d3b2a7476479591427ac4.tar.gz
It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS.
Diffstat (limited to 'mk/configure')
-rw-r--r--mk/configure/check-portability.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/configure/check-portability.mk b/mk/configure/check-portability.mk
index 5737eb465f2..36b9b3a9cd5 100644
--- a/mk/configure/check-portability.mk
+++ b/mk/configure/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.2 2006/10/02 16:16:14 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.3 2006/10/05 02:58:28 rillig Exp $
#
# This file contains some checks that are applied to the configure
# scripts to check for certain constructs that are known to cause
@@ -14,7 +14,7 @@
#
# The following variables may be set by the package:
#
-# SKIP_PORTABILITY_CHECKS: YesNo
+# SKIP_PORTABILITY_CHECK: YesNo
# Whether the above checks should be skipped for the current
# package.
#