diff options
Diffstat (limited to 'www/tomcat6/Makefile')
-rw-r--r-- | www/tomcat6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile index 13dc2bd047be..ad7eb024583a 100644 --- a/www/tomcat6/Makefile +++ b/www/tomcat6/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 6.0.43 +PORTVERSION= 6.0.44 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin -PKGNAMESUFFIX= 6 DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ale@FreeBSD.org @@ -20,6 +19,7 @@ CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= YES +NO_ARCH= YES USE_RC_SUBR= tomcat6 SUB_FILES= pkg-install |