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:
parent
72b506f115
commit
c94b87f55a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51755
1 changed files with 6 additions and 7 deletions
|
@ -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>${CONFIGURE_ENV}</literal>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><varname>CMAKE_SOURCE_PATH</varname></entry>
|
||||
<entry>Path to the source directory. Default is
|
||||
<literal>${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>
|
||||
|
|
Loading…
Reference in a new issue