diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-04-02 22:18:34 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-04-02 22:18:34 +0000 |
commit | 8f4433d3b7f19a9e7820104bc8815a7879d0ad48 (patch) | |
tree | e566c5e2f2c016b763ce26e27565b48e96cf41f1 | |
parent | - Chase gchemutils shlib bump (diff) |
Add a new MASTER_SITES entry
PR: 79267
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=132286
-rw-r--r-- | www/jakarta-tomcat4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile index 6a6ec0b2eb92..5ba4c5f3579f 100644 --- a/www/jakarta-tomcat4/Makefile +++ b/www/jakarta-tomcat4/Makefile @@ -9,7 +9,8 @@ PORTNAME= jakarta-tomcat PORTVERSION= 4.0.6 PORTREVISION= 1 CATEGORIES= www java -MASTER_SITES= http://distfiles.coredump.cn/ +MASTER_SITES= http://distfiles.coredump.cn/ \ + ftp://local-distfiles.freebsd.org.cn/pub/china-ports/liukang/ MAINTAINER= liukang@bjut.edu.cn COMMENT= Open-source Java web server by Apache, stable 4.0.x branch |