summaryrefslogtreecommitdiff
path: root/math
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 /math
parent- Add missing PHP dependency (posix) (diff)
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 'math')
-rw-r--r--math/jakarta-commons-math/Makefile4
1 files changed, 2 insertions, 2 deletions
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