pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/configure Better documentation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1acff51114f5
branches:  trunk
changeset: 526396:1acff51114f5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 08 23:58:20 2007 +0000

description:
Better documentation.

diffstat:

 mk/configure/replace-interpreter.mk |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 54e13b952088 -r 1acff51114f5 mk/configure/replace-interpreter.mk
--- a/mk/configure/replace-interpreter.mk       Thu Mar 08 23:38:43 2007 +0000
+++ b/mk/configure/replace-interpreter.mk       Thu Mar 08 23:58:20 2007 +0000
@@ -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.
 #



Home | Main Index | Thread Index | Old Index