diff options
Diffstat (limited to 'www/axis2/Makefile')
-rw-r--r-- | www/axis2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/axis2/Makefile b/www/axis2/Makefile index 8d7afb4de565..e6981ed3f546 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTVERSION= 1.6.2 CATEGORIES= www java -MASTER_SITES= ${MASTER_SITE_APACHE} +MASTER_SITES= APACHE MASTER_SITE_SUBDIR= axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -21,8 +20,8 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes -OPTIONS= TOMCAT5 "Enable Tomcat 5.x support" on \ - TOMCAT6 "Enable Tomcat 6.x support" off \ +OPTIONS= TOMCAT5 "Enable Tomcat 5.x support" off \ + TOMCAT6 "Enable Tomcat 6.x support" on \ TOMCAT7 "Enable Tomcat 7.x support" off .include <bsd.port.options.mk> |