pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Documented CHECK_INTERPRETER in the header comment.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5dbb3a00c5f6
branches: trunk
changeset: 506122:5dbb3a00c5f6
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jan 12 11:13:13 2006 +0000
description:
Documented CHECK_INTERPRETER in the header comment.
diffstat:
mk/bsd.pkg.check.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r cf5ec1cf4894 -r 5dbb3a00c5f6 mk/bsd.pkg.check.mk
--- a/mk/bsd.pkg.check.mk Thu Jan 12 10:39:30 2006 +0000
+++ b/mk/bsd.pkg.check.mk Thu Jan 12 11:13:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.check.mk,v 1.24 2006/01/12 00:40:19 rillig Exp $
+# $NetBSD: bsd.pkg.check.mk,v 1.25 2006/01/12 11:13:13 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the various install-time "check"
@@ -18,6 +18,9 @@
# Valid values are "work", which checks for ${WRKDIR}, and
# "tools", which checks for ${TOOLS_DIR}. Defaults to "no".
#
+# CHECK_INTERPRETER can be set to "yes" to check that installed
+# #!-scripts will find their interpreter.
+#
# The following targets are defined by bsd.pkg.check.mk:
#
# check-files-pre & check-files-post generate the list of files on the
Home |
Main Index |
Thread Index |
Old Index