diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-13 08:33:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-13 08:33:08 +0000 |
commit | 339e8ef9316bcbc5e52e35cf73d9dfa92421d8d2 (patch) | |
tree | c119db95e50e5c2101167540700f38804a112c8d /mk/check | |
parent | 1734073e0a433ea1469b8e3eeae6a2e9a54e39f5 (diff) | |
download | pkgsrc-339e8ef9316bcbc5e52e35cf73d9dfa92421d8d2.tar.gz |
Adjusted the documentation to the source code.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-interpreter.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-interpreter.mk b/mk/check/check-interpreter.mk index f40dcc75462..8e9526d2e39 100644 --- a/mk/check/check-interpreter.mk +++ b/mk/check/check-interpreter.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-interpreter.mk,v 1.22 2008/02/05 08:17:59 tnn Exp $ +# $NetBSD: check-interpreter.mk,v 1.23 2008/02/13 08:33:08 rillig Exp $ # # This file checks that after installation, all files of the package # that start with a "#!" line will find their interpreter. Files that @@ -10,7 +10,7 @@ # CHECK_INTERPRETER # Whether this check should be enabled or not. # -# Default value: "no" +# Default value: "yes" for PKG_DEVELOPER, "no" otherwise. # # Package-settable variables: # |