diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-04 12:39:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-04 12:39:24 +0000 |
commit | 4e5f0bce3191dd7aff0e3e6d6d3e58567a2fea64 (patch) | |
tree | d08ea4450c000396c37646d5f52017767cbd1964 /www/tomcat7/Makefile | |
parent | aabb8d2e847ba3cc7f235cca921c49c94ff6b03b (diff) |
- Use MASTER_SITES_APACHE_JAKARTA
PR: ports/65158
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
Notes
Notes:
svn path=/head/; revision=106110
Diffstat (limited to 'www/tomcat7/Makefile')
-rw-r--r-- | www/tomcat7/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index 835c15bdd0cd..dfe79fb2f2fd 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/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 |