diff options
author | rillig <rillig> | 2008-02-13 08:33:08 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-13 08:33:08 +0000 |
commit | 863fb4a380dd63a5f1fb25c79033c951a4d4bcec (patch) | |
tree | c119db95e50e5c2101167540700f38804a112c8d /mk/check | |
parent | 63d5376c71943e3955a6e21af36ae7ac391732ad (diff) | |
download | pkgsrc-863fb4a380dd63a5f1fb25c79033c951a4d4bcec.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: # |