svn commit: r53136 - head/en_US.ISO8859-1/books/porters-handbook/special
Tobias Kortkamp
tobik at FreeBSD.org
Tue Jun 11 13:08:29 UTC 2019
Author: tobik (ports committer)
Date: Tue Jun 11 13:08:28 2019
New Revision: 53136
URL: https://svnweb.freebsd.org/changeset/doc/53136
Log:
Porter's Handbook: Describe CARGO_INSTALL_PATH after ports r503890
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D20589
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 Tue Jun 11 13:00:57 2019 (r53135)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Tue Jun 11 13:08:28 2019 (r53136)
@@ -948,6 +948,16 @@ CMAKE_OFF= VAR3</programlisting>
</row>
<row>
+ <entry><varname>CARGO_INSTALL_PATH</varname></entry>
+ <entry><literal>.</literal></entry>
+ <entry>Path to the crate to install. This is passed
+ to <command>cargo install</command> via its
+ <literal>--path</literal> argument. When multiple
+ paths are specified <command>cargo install</command>
+ is run multiple times.</entry>
+ </row>
+
+ <row>
<entry><varname>CARGO_TEST</varname></entry>
<entry><literal>yes</literal></entry>
<entry>Use the default
More information about the svn-doc-head
mailing list