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

Mathieu Arnold mat at FreeBSD.org
Tue May 12 10:27:18 UTC 2015


Author: mat
Date: Tue May 12 10:27:17 2015
New Revision: 46681
URL: https://svnweb.freebsd.org/changeset/doc/46681

Log:
  Add two new magic MASTER_SITES macros entries.
  
  Differential Revision:	https://reviews.freebsd.org/D2513
  Approved by:	wblock (mentor)
  Sponsored by:	Absolight

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Tue May 12 08:03:23 2015	(r46680)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Tue May 12 10:27:17 2015	(r46681)
@@ -1727,6 +1727,16 @@ MASTER_SITE_SUBDIR=	stardict/WyabdcRealP
 
 	    <tbody>
 	      <row>
+		<entry><varname>APACHE_COMMONS_BINARIES</varname></entry>
+		<entry><literal>${PORTNAME:S,commons-,,}</literal></entry>
+	      </row>
+
+	      <row>
+		<entry><varname>APACHE_COMMONS_SOURCE</varname></entry>
+		<entry><literal>${PORTNAME:S,commons-,,}</literal></entry>
+	      </row>
+
+	      <row>
 		<entry><varname>APACHE_JAKARTA</varname></entry>
 		<entry><literal>${PORTNAME:S,-,/,}/source</literal></entry>
 	      </row>


More information about the svn-doc-head mailing list