Remove mention of CMAKE_ENV from the Porter's Handbook since it

doesn't have any effect.  CONFIGURE_ENV should be used instead.
Also see the 20150818 entry in CHANGES.

PR:		228656
Reported by:	waitman@waitman.net
Approved by:	mat
This commit is contained in:
Tobias Kortkamp 2018-06-01 10:35:58 +00:00
parent 72b506f115
commit c94b87f55a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51755

View file

@ -673,18 +673,17 @@ IGNORE= may not be redistributed because of licensing reasons. Please visit <rep
<varname>WITH_DEBUG</varname> is set.</entry>
</row>
<row>
<entry><varname>CMAKE_ENV</varname></entry>
<entry>Environment variables to be set for the
<command>cmake</command> binary. Default is
<literal>&dollar;{CONFIGURE_ENV}</literal>.</entry>
</row>
<row>
<entry><varname>CMAKE_SOURCE_PATH</varname></entry>
<entry>Path to the source directory. Default is
<literal>&dollar;{WRKSRC}</literal>.</entry>
</row>
<row>
<entry><varname>CONFIGURE_ENV</varname></entry>
<entry>Additional environment variables to be set for
the <command>cmake</command> binary.</entry>
</row>
</tbody>
</tgroup>
</table>