diff options
author | krion <krion@FreeBSD.org> | 2004-04-12 10:47:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-12 10:47:12 +0000 |
commit | a6181ac2bc70afbf5296d5cad25901d534c996d5 (patch) | |
tree | daff2884b5e82205a736e0d5f17622db7f48c75c /www/axis/Makefile | |
parent | 39a8e88509da22dbeb1cdd948eb996c3b3faa9d5 (diff) | |
download | FreeBSD-ports-a6181ac2bc70afbf5296d5cad25901d534c996d5.zip FreeBSD-ports-a6181ac2bc70afbf5296d5cad25901d534c996d5.tar.gz |
- Fix MASTER_SITES
PR: ports/65454
Submitted by: maintainer
Diffstat (limited to 'www/axis/Makefile')
-rw-r--r-- | www/axis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile index 6d25987..c96b5b0 100644 --- a/www/axis/Makefile +++ b/www/axis/Makefile @@ -13,14 +13,13 @@ PORTNAME= axis PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= www java -MASTER_SITES= http://ws.apache.org/axis/dist/1_1/ +MASTER_SITES= ${MASTER_SITE_APACHE} +MASTER_SITE_SUBDIR= ws/axis/${PORTVERSION:S,.,_,g} DISTNAME= axis-${PORTVERSION:S,.,_,g} MAINTAINER= rui@ruilopes.com COMMENT= SOAP implementation by APACHE project -BROKEN= "Unfetchable" - # # Change webapp directory by TOMCAT version # |