Add missed makevar quotation.

Spotted by:	vs
Reviewed by:	ceri (mentor)
This commit is contained in:
Mark Linimon 2004-04-16 15:05:32 +00:00
parent 36157c2eba
commit 9e72b3cb36
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20721

View file

@ -6697,7 +6697,7 @@ qtss:*:554:</programlisting>
<command>make describe</command> (and thus, the overall
ports <command>make index</command>). The workaround is
to enclose the conditional comparison in spaces, e.g.:
<programlisting>if ( OSVERSION > 500023 )</programlisting>
<programlisting>if ( ${OSVERSION} > 500023 )</programlisting>
Be aware that test-installing a port on 4.9 or 5.2
will <emphasis>not</emphasis> detect this problem.</para>
</listitem>