svn commit: r51755 - head/en_US.ISO8859-1/books/porters-handbook/special
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jun 1 10:35:59 UTC 2018
Author: tobik (ports committer)
Date: Fri Jun 1 10:35:58 2018
New Revision: 51755
URL: https://svnweb.freebsd.org/changeset/doc/51755
Log:
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 at waitman.net
Approved by: mat
Modified:
head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Jun 1 03:21:46 2018 (r51754)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Jun 1 10:35:58 2018 (r51755)
@@ -674,16 +674,15 @@ IGNORE= may not be redistributed because of licensing
</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>
More information about the svn-doc-head
mailing list