summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-02-20 10:23:26 +0000
committerrillig <rillig@pkgsrc.org>2008-02-20 10:23:26 +0000
commit28cb0e60975907ea878d830e262f7b78a9ce9699 (patch)
treedd86bfed0debd0aee655004aa255eac074ff41fd /mk
parent500258e31bb7e2770cffe1b7dcb7501417dd8fb4 (diff)
downloadpkgsrc-28cb0e60975907ea878d830e262f7b78a9ce9699.tar.gz
Removed colons for the sake of "bmake help".
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-wrkref.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/check/check-wrkref.mk b/mk/check/check-wrkref.mk
index 020e7cf28f7..7aefa90fcd4 100644
--- a/mk/check/check-wrkref.mk
+++ b/mk/check/check-wrkref.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-wrkref.mk,v 1.17 2008/02/10 11:43:20 tnn Exp $
+# $NetBSD: check-wrkref.mk,v 1.18 2008/02/20 10:23:26 rillig Exp $
#
# This file checks that the installed files don't contain any strings
# that point to the directory where the package had been built, to make
@@ -7,7 +7,7 @@
#
# User-settable variables:
#
-# CHECK_WRKREF:
+# CHECK_WRKREF
# The list of directory names that must not appear in installed files.
#
# * "tools" for the tool wrapper directory
@@ -28,7 +28,7 @@
#
# Package-settable variables:
#
-# CHECK_WRKREF_SKIP:
+# CHECK_WRKREF_SKIP
# The list of filename patterns that should be excluded from this
# test, either absolute or relative to PREFIX.
#