summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-20 10:43:55 +0000
committerrillig <rillig>2008-02-20 10:43:55 +0000
commit6fc3fa908c90f5860339c8b270b46b4a8acb4756 (patch)
treea80f0a78963d51f4480ba8a94e24df457514db56 /mk/check
parent66844923176da01099df67606ae2344a661f4106 (diff)
downloadpkgsrc-6fc3fa908c90f5860339c8b270b46b4a8acb4756.tar.gz
Removed colons from variable names so they are accessible to "bmake
help".
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-headers.mk4
-rw-r--r--mk/check/check-portability.mk10
-rw-r--r--mk/check/check-shlibs.mk6
3 files changed, 10 insertions, 10 deletions
diff --git a/mk/check/check-headers.mk b/mk/check/check-headers.mk
index b084d0878e5..81c92dbdc12 100644
--- a/mk/check/check-headers.mk
+++ b/mk/check/check-headers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-headers.mk,v 1.4 2007/03/16 10:29:22 rillig Exp $
+# $NetBSD: check-headers.mk,v 1.5 2008/02/20 10:43:55 rillig Exp $
#
# This file checks the C and C++ header files for possible problems.
#
@@ -11,7 +11,7 @@
#
# Package-settable-variables:
#
-# CHECK_HEADERS_SKIP:
+# CHECK_HEADERS_SKIP
# A list of filename patterns that should be skipped for this test.
#
diff --git a/mk/check/check-portability.mk b/mk/check/check-portability.mk
index dc947b5c1d4..03482ff4dd7 100644
--- a/mk/check/check-portability.mk
+++ b/mk/check/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.5 2008/02/20 10:27:35 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.6 2008/02/20 10:43:55 rillig Exp $
#
# This file contains some checks that are applied to the configure
# scripts to check for certain constructs that are known to cause
@@ -6,7 +6,7 @@
#
# The following variables may be set by the pkgsrc user in mk.conf:
#
-# CHECK_PORTABILITY: YesNo
+# CHECK_PORTABILITY
# Whether to enable some portability checks for the configure
# scripts before they are run.
#
@@ -14,7 +14,7 @@
#
# The following variables may be set by the package:
#
-# SKIP_PORTABILITY_CHECK: YesNo
+# SKIP_PORTABILITY_CHECK
# Whether the above checks should be skipped for the current
# package.
#
@@ -22,12 +22,12 @@
# Deprecated: Use CHECK_PORTABILITY_SKIP instead.
# Obsolete since 2008-02-20.
#
-# CHECK_PORTABILITY_SKIP: List of Pathmask
+# CHECK_PORTABILITY_SKIP
# The list of files that should be skipped in the portability
# check.
#
# Default value: empty.
-#
+# Example: debian/*
_VARGROUPS+= check-portability
_USER_VARS.check-portability= CHECK_PORTABILITY
diff --git a/mk/check/check-shlibs.mk b/mk/check/check-shlibs.mk
index 22783994cac..1d68a63474f 100644
--- a/mk/check/check-shlibs.mk
+++ b/mk/check/check-shlibs.mk
@@ -1,18 +1,18 @@
-# $NetBSD: check-shlibs.mk,v 1.14 2008/02/07 21:36:13 rillig Exp $
+# $NetBSD: check-shlibs.mk,v 1.15 2008/02/20 10:43:55 rillig Exp $
#
# This file verifies that all libraries used by the package can be found
# at run-time.
#
# User-settable variables:
#
-# CHECK_SHLIBS:
+# CHECK_SHLIBS
# Whether the check should be enabled or not.
#
# Default value: "yes" for PKG_DEVELOPERs, "no" otherwise.
#
# Package-settable variables:
#
-# CHECK_LIBS_SUPPORTED:
+# CHECK_LIBS_SUPPORTED
# Whether the check should be enabled for this package or not.
#
# Default value: yes