diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-09 16:34:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-09 16:34:08 +0000 |
commit | 547ad9491160951188dc8ee3dd39fffb6bf56648 (patch) | |
tree | 198bd0f23967a35da31b946513cc9fed640039a3 /doc | |
parent | 1b68c0a8f734bcfbfdbd268416ef9f58d03a5ce7 (diff) | |
download | pkgsrc-547ad9491160951188dc8ee3dd39fffb6bf56648.tar.gz |
Documented the REPLACE.* and REPLACE_FILES.* variables. Added a note for
the old names.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/fixes.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 12611c7abbd..5eff420f990 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.45 2006/02/12 14:44:59 rillig Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.46 2006/03/09 16:34:08 rillig Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -1108,11 +1108,16 @@ <programlisting> REPLACE_INTERPRETER+= tcl - _REPLACE.tcl.old= .*/bin/tclsh - _REPLACE.tcl.new= ${PREFIX}/bin/tclsh - _REPLACE_FILES.tcl= # list of tcl scripts which need to be fixed, + REPLACE.tcl.old= .*/bin/tclsh + REPLACE.tcl.new= ${PREFIX}/bin/tclsh + REPLACE_FILES.tcl= # list of tcl scripts which need to be fixed, # relative to ${WRKSRC}, just as in REPLACE_PERL </programlisting> + + <note><para>Before March 2006, these variables were called + <varname>_REPLACE.*</varname> and + <varname>_REPLACE_FILES.*</varname>.</para></note> + </sect2> |