Add missed makevar quotation.
Spotted by: vs Reviewed by: ceri (mentor)
This commit is contained in:
parent
36157c2eba
commit
9e72b3cb36
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20721
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue