diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-08 23:58:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-08 23:58:20 +0000 |
commit | a3ccf6605e2561112b4a51c3a6ac4e1ca1b9af9f (patch) | |
tree | 5b104982fb89a1fc850f5caabd1723b6cdf7afe1 /mk/configure/replace-interpreter.mk | |
parent | e355645dcf8fa9b36b033c3500fa9a5e0bd90598 (diff) | |
download | pkgsrc-a3ccf6605e2561112b4a51c3a6ac4e1ca1b9af9f.tar.gz |
Better documentation.
Diffstat (limited to 'mk/configure/replace-interpreter.mk')
-rw-r--r-- | mk/configure/replace-interpreter.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mk/configure/replace-interpreter.mk b/mk/configure/replace-interpreter.mk index a9010f16c3b..ef4976f3f1e 100644 --- a/mk/configure/replace-interpreter.mk +++ b/mk/configure/replace-interpreter.mk @@ -1,16 +1,17 @@ -# $NetBSD: replace-interpreter.mk,v 1.5 2006/09/19 20:51:34 rillig Exp $ +# $NetBSD: replace-interpreter.mk,v 1.6 2007/03/08 23:58:20 rillig Exp $ # This file provides common templates for replacing #! interpreters # in script files. # # The following variables may be set by a package: # -# REPLACE_AWK : List of Pathmask (default: none) -# REPLACE_BASH : List of Pathmask (default: none) -# REPLACE_PERL : List of Pathmask (default: none) -# REPLACE_SH : List of Pathmask (default: none) -# In these files the interpreter in the first line is replaced -# with the one that is available in pkgsrc. If any directory names +# REPLACE_AWK +# REPLACE_BASH +# REPLACE_PERL +# REPLACE_PYTHON +# REPLACE_SH +# Lists of files relative to WRKSRC in which the #! interpreter +# should be replaced by the pkgsrc one. If any directories # appear in the lists, they are silenty skipped, assuming that # they result from shell globbing expressions. # |