- Correct the sentence about the quirk of default values. It was opposite
  to the reality. The example was correct, fortunately. Pointy hat is
  completely mine.
- Remove mention of BATCH mode problems, those were fixed.
This commit is contained in:
Pav Lucistnik 2005-10-18 14:58:42 +00:00
parent 507323ffc7
commit 050783e4ae
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26064

View file

@ -3732,9 +3732,9 @@ ${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
<filename>bsd.port.pre.mk</filename>. Due to a deficiency
in the infrastructure, you can only test
<makevar>WITH_*</makevar> variables for options, which are
<literal>ON</literal> by default, and
<literal>OFF</literal> by default, and
<makevar>WITHOUT_*</makevar> variables for options, which
defaults to <literal>OFF</literal>.</para>
defaults to <literal>ON</literal>.</para>
<sect3>
<title>Example</title>
@ -3758,16 +3758,6 @@ RUN_DEPENDS+= bar:${PORTSDIR}/bar/bar
.include &lt;bsd.port.post.mk&gt;</programlisting></para>
</example>
<sect3>
<title>Brokenness</title>
<itemizedlist>
<listitem>
<para><makevar>OPTIONS</makevar> are ignored in
<makevar>BATCH</makevar> mode.</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
</sect1>