diff options
Diffstat (limited to 'www/tomcat6/Makefile')
-rw-r--r-- | www/tomcat6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile index 835c15bdd0cd..dfe79fb2f2fd 100644 --- a/www/tomcat6/Makefile +++ b/www/tomcat6/Makefile @@ -8,9 +8,8 @@ PORTNAME= jakarta-tomcat PORTVERSION= 5.0.19 CATEGORIES= www java -MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \ - http://apache.lemon4ssc.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \ - http://distfiles.coredump.cn/ +MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITE_SUBDIR= tomcat-5/v${PORTVERSION}/bin MAINTAINER= liukang@bjpu.edu.cn COMMENT= Open-source Java web server by Apache, 5.0.x branch |