svn commit: r42816 - head/en_US.ISO8859-1/books/porters-handbook

Christian Weisgerber naddy at FreeBSD.org
Thu Oct 3 15:55:37 UTC 2013


Author: naddy (ports committer)
Date: Thu Oct  3 15:55:36 2013
New Revision: 42816
URL: http://svnweb.freebsd.org/changeset/doc/42816

Log:
  Sync list of options helpers with bsd.options.mk.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Oct  3 14:30:29 2013	(r42815)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Oct  3 15:55:36 2013	(r42816)
@@ -4799,6 +4799,10 @@ CMAKE_ARGS+=	-DTEST:BOOL=false
 	  </listitem>
 
 	  <listitem>
+	    <para><makevar>MAKE_ARGS</makevar></para>
+	  </listitem>
+
+	  <listitem>
 	    <para><makevar>MAKE_ENV</makevar></para>
 	  </listitem>
 
@@ -4809,6 +4813,18 @@ CMAKE_ARGS+=	-DTEST:BOOL=false
 	  <listitem>
 	    <para><makevar>DISTFILES</makevar></para>
 	  </listitem>
+
+	  <listitem>
+	    <para><makevar>PLIST_FILES</makevar></para>
+	  </listitem>
+
+	  <listitem>
+	    <para><makevar>PLIST_DIRS</makevar></para>
+	  </listitem>
+
+	  <listitem>
+	    <para><makevar>PLIST_DIRSTRY</makevar></para>
+	  </listitem>
 	</itemizedlist>
 
 	<para>If <makevar>X_ABOVEVARIABLE</makevar> is defined then


More information about the svn-doc-all mailing list