diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-20 10:23:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-20 10:23:26 +0000 |
commit | 5f7de0ffaa438a1c25f2947446216a5792a1fc8f (patch) | |
tree | dd86bfed0debd0aee655004aa255eac074ff41fd /mk | |
parent | bbaf5117a35c1bc5d078ed70a199b315380f1f3f (diff) | |
download | pkgsrc-5f7de0ffaa438a1c25f2947446216a5792a1fc8f.tar.gz |
Removed colons for the sake of "bmake help".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/check/check-wrkref.mk | 6 |
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. # |