pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/configure It's SKIP_PORTABILITY_CHECK, not SKIP_POR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20591dab419f
branches:  trunk
changeset: 519545:20591dab419f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 02:58:28 2006 +0000

description:
It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS.

diffstat:

 mk/configure/check-portability.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5553d07524d9 -r 20591dab419f mk/configure/check-portability.mk
--- a/mk/configure/check-portability.mk Thu Oct 05 02:58:02 2006 +0000
+++ b/mk/configure/check-portability.mk Thu Oct 05 02:58:28 2006 +0000
@@ -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.
 #



Home | Main Index | Thread Index | Old Index