Document that ${PKGBASE} cannot be used in defining PKG_OPTIONS_VAR.

This commit is contained in:
dillo 2005-12-06 19:58:35 +00:00
parent 6f526a58c8
commit 79e46305a4

View file

@ -1,4 +1,4 @@
<!-- $NetBSD: options.xml,v 1.15 2005/11/04 09:49:37 salo Exp $ -->
<!-- $NetBSD: options.xml,v 1.16 2005/12/06 19:58:35 dillo Exp $ -->
<!-- based on: pkgsrc/mk/bsd.options.mk 1.42 -->
@ -92,7 +92,9 @@ if needed.</para>
<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>.</para></listitem>
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>
<listitem><para><varname>PKG_SUPPORTED_OPTIONS</varname> is a list of
build options supported by the package.</para></listitem>