diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-05 02:58:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-05 02:58:28 +0000 |
commit | ecd4e9d40bfcec2f562d3b2a7476479591427ac4 (patch) | |
tree | c54744293688a18a0de11de7abddc9f9e13d9f32 /mk | |
parent | 1a4d6293f1d6b1622c4da25af80aac117ef42f6e (diff) | |
download | pkgsrc-ecd4e9d40bfcec2f562d3b2a7476479591427ac4.tar.gz |
It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/configure/check-portability.mk | 4 |
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. # |