aboutsummaryrefslogtreecommitdiff
path: root/lang/jakarta-commons-jelly
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 /lang/jakarta-commons-jelly
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 'lang/jakarta-commons-jelly')
-rw-r--r--lang/jakarta-commons-jelly/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jakarta-commons-jelly/Makefile b/lang/jakarta-commons-jelly/Makefile
index 1ed47306eb16..9f4c731f1c71 100644
--- a/lang/jakarta-commons-jelly/Makefile
+++ b/lang/jakarta-commons-jelly/Makefile
@@ -8,8 +8,8 @@ PORTNAME= commons-jelly
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= lang devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/binaries
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
MAINTAINER= hq@FreeBSD.org