pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Fixed a typo and some wording. Synced ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8273516e51d3
branches:  trunk
changeset: 514137:8273516e51d3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 08 08:45:45 2006 +0000

description:
Fixed a typo and some wording. Synced with bsd.options.mk 1.56.

diffstat:

 doc/guide/files/options.xml |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 389ab98dcf53 -r 8273516e51d3 doc/guide/files/options.xml
--- a/doc/guide/files/options.xml       Thu Jun 08 08:01:53 2006 +0000
+++ b/doc/guide/files/options.xml       Thu Jun 08 08:45:45 2006 +0000
@@ -1,6 +1,6 @@
-<!-- $NetBSD: options.xml,v 1.19 2006/05/31 18:54:32 ghen Exp $ -->
+<!-- $NetBSD: options.xml,v 1.20 2006/06/08 08:45:45 rillig Exp $ -->
 
-<!-- based on: pkgsrc/mk/bsd.options.mk 1.42 -->
+<!-- based on: pkgsrc/mk/bsd.options.mk 1.56 -->
 
 <chapter id="options">
 <title>Options handling</title>
@@ -50,7 +50,7 @@
     .if defined(PKG_OPTIONS.wibble2)
     PKG_LEGACY_OPTIONS+=            ${PKG_OPTIONS.wibble2}
     PKG_OPTIONS_DEPRECATED_WARNINGS+= \
-            "Deprecated variable PKG_OPTIONS.wibble2 used, use ${PKG_OPTIONS_VAR instead."
+            "Deprecated variable PKG_OPTIONS.wibble2 used, use ${PKG_OPTIONS_VAR} instead."
     .endif
 
     .include "../../mk/bsd.options.mk"
@@ -92,9 +92,9 @@
 <listitem><para><varname>PKG_OPTIONS_VAR</varname> is the name of the
 &man.make.1; variable that the user can set to override the default
 options.  It should be set to
-PKG_OPTIONS.<replaceable>pkgbase</replaceable>.  Do not set it to
-PKG_OPTIONS.${PKGBASE}, since <varname>PKGBASE</varname> is set after
-<varname>PKG_OPTIONS_VAR</varname> is used.</para></listitem>
+PKG_OPTIONS.<replaceable>pkgbase</replaceable>. Do not set it to
+PKG_OPTIONS.${PKGBASE}, since <varname>PKGBASE</varname> is not defined
+at the point where the options are processed.</para></listitem>
 
 <listitem><para><varname>PKG_SUPPORTED_OPTIONS</varname> is a list of
 build options supported by the package.</para></listitem>



Home | Main Index | Thread Index | Old Index