Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 10:27:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46681 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Message-ID:  <201505121027.t4CARH6W076322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505121027.t4CARH6W076322>