summaryrefslogtreecommitdiff
path: root/mk/configure
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-08 23:58:20 +0000
committerrillig <rillig>2007-03-08 23:58:20 +0000
commit432eca22ebea1d2978961ec08c411cb7adb727f2 (patch)
tree5b104982fb89a1fc850f5caabd1723b6cdf7afe1 /mk/configure
parenta9c6ff6476a94f25989d1f53292d07853d4d00bf (diff)
downloadpkgsrc-432eca22ebea1d2978961ec08c411cb7adb727f2.tar.gz
Better documentation.
Diffstat (limited to 'mk/configure')
-rw-r--r--mk/configure/replace-interpreter.mk15
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.
#