pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files fixes.xml: use more precise wording in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4151a76916c
branches: trunk
changeset: 769216:d4151a76916c
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Tue Nov 09 17:41:27 2021 +0000
description:
fixes.xml: use more precise wording in some phrases
diffstat:
doc/guide/files/fixes.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r e567de9ecbb1 -r d4151a76916c doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Tue Nov 09 17:39:42 2021 +0000
+++ b/doc/guide/files/fixes.xml Tue Nov 09 17:41:27 2021 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.165 2021/11/08 22:21:33 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.166 2021/11/09 17:41:27 gutteridge Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1516,16 +1516,16 @@
<para>There are further similar REPLACE variables available, e.g.,
<varname>REPLACE_AWK</varname> for packages containing awk scripts,
and <varname>REPLACE_R</varname> for R. These two, like the others
- noted above, are defined centrally in
+ noted above, have their actions defined centrally in
<filename>mk/configure/replace-interpreter.mk</filename>. Other
- languages define these variables within their own dedicated part of
- the tree, e.g., PHP defines <varname>REPLACE_PHP</varname> in
- <filename>lang/php/phpversion.mk</filename>, and Python defines
- <varname>REPLACE_PYTHON</varname> in
+ languages define the actions of these variables within their own
+ dedicated part of the tree, e.g., <varname>REPLACE_PHP</varname> is
+ actioned in <filename>lang/php/phpversion.mk</filename>, and
+ <varname>REPLACE_PYTHON</varname> is actioned in
<filename>lang/python/application.mk</filename>. For other languages,
consult the mk files found within their specific directories (the
naming convention varies).</para>
-
+
<para>Currently, special handling for other languages varies
in pkgsrc. If a compiler package provides a
<filename>buildlink3.mk</filename> file, include that, otherwise
Home |
Main Index |
Thread Index |
Old Index