pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Removed colons for the sake of "bmake help".
details: https://anonhg.NetBSD.org/pkgsrc/rev/0032bdf2f67b
branches: trunk
changeset: 538859:0032bdf2f67b
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Feb 20 10:23:26 2008 +0000
description:
Removed colons for the sake of "bmake help".
diffstat:
mk/check/check-wrkref.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 02f4b2f936d3 -r 0032bdf2f67b mk/check/check-wrkref.mk
--- a/mk/check/check-wrkref.mk Wed Feb 20 10:21:55 2008 +0000
+++ b/mk/check/check-wrkref.mk Wed Feb 20 10:23:26 2008 +0000
@@ -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.
#
Home |
Main Index |
Thread Index |
Old Index