From 1b9b2a88f8c1ca58432d0ed99a05fe94185f725e Mon Sep 17 00:00:00 2001 From: ehaupt 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) --- math/jakarta-commons-math/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/jakarta-commons-math/Makefile b/math/jakarta-commons-math/Makefile index 559413680be7..4f290832dd7d 100644 --- a/math/jakarta-commons-math/Makefile +++ b/math/jakarta-commons-math/Makefile @@ -9,8 +9,8 @@ PORTNAME= commons-math PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= math java -MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} -MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/source +MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE} +MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -- cgit