From 9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 27 Feb 2008 15:10:54 +0000 Subject: 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 Approved by: portmgr (linimon) --- Mk/bsd.sites.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Mk/bsd.sites.mk') 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/&,} -- cgit v1.2.3