summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-02-27 15:10:54 +0000
committerehaupt <ehaupt@FreeBSD.org>2008-02-27 15:10:54 +0000
commit1b9b2a88f8c1ca58432d0ed99a05fe94185f725e (patch)
tree81ed920482d3bd7ad67f76da096e483037f35f05 /Mk
parent6be6640640454d10484e70ad16c504f5d407840c (diff)
downloadFreeBSD-ports-1b9b2a88f8c1ca58432d0ed99a05fe94185f725e.zip
FreeBSD-ports-1b9b2a88f8c1ca58432d0ed99a05fe94185f725e.tar.gz
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)
Diffstat (limited to '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 a73f05e..da0890a 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/&,}
OpenPOWER on IntegriCloud