aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-02-27 15:10:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-02-27 15:10:54 +0000
commit9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867 (patch)
tree3d177bf3fe40d21dac36e4da7a3eb711c6ecd0d3 /Mk/bsd.sites.mk
parent05c5e0353f833af45753abf23b93efa690b956d4 (diff)
downloadports-9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867.tar.gz
ports-9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867.zip
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=208004
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index a73f05ee1678..da0890a7cc91 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -83,6 +83,16 @@ MASTER_SITE_APACHE+= \
ftp://ftp.saix.net/pub/apache/dist/%SUBDIR%/
.endif
+.if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES)
+MASTER_SITE_APACHE_COMMONS_BINARIES+= \
+ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/binaries,}
+.endif
+
+.if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_SOURCE)
+MASTER_SITE_APACHE_COMMONS_SOURCE+= \
+ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/source,}
+.endif
+
.if !defined(IGNORE_MASTER_SITE_APACHE_HTTPD)
MASTER_SITE_APACHE_HTTPD+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,}