summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-05 02:58:28 +0000
committerrillig <rillig>2006-10-05 02:58:28 +0000
commitdbfbf0854f75293d2a5c6084457aaed2fed89545 (patch)
treec54744293688a18a0de11de7abddc9f9e13d9f32 /mk
parent0856ffac801e00e12884c9ef405d515ac9a07e40 (diff)
downloadpkgsrc-dbfbf0854f75293d2a5c6084457aaed2fed89545.tar.gz
It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS.
Diffstat (limited to 'mk')
-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.
#