diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 15:10:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 15:10:54 +0000 |
commit | 9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867 (patch) | |
tree | 3d177bf3fe40d21dac36e4da7a3eb711c6ecd0d3 /java/jakarta-commons-cli | |
parent | 05c5e0353f833af45753abf23b93efa690b956d4 (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 'java/jakarta-commons-cli')
-rw-r--r-- | java/jakarta-commons-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jakarta-commons-cli/Makefile b/java/jakarta-commons-cli/Makefile index ad78a69aa5d5..3360ddf62891 100644 --- a/java/jakarta-commons-cli/Makefile +++ b/java/jakarta-commons-cli/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 1.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel -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= cli-${PORTVERSION}-src |