diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-18 06:47:50 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-18 06:47:50 +0800 |
commit | 1b929ee8d0f49b2d35261b7450d38e6c0652f661 (patch) | |
tree | 442a37c97f39ada701fe1397d1235312347a7e00 /www | |
parent | 565f3b6ff2864e273f67c42809a62b8c65722555 (diff) | |
download | freebsd-ports-gnome-1b929ee8d0f49b2d35261b7450d38e6c0652f661.tar.gz freebsd-ports-gnome-1b929ee8d0f49b2d35261b7450d38e6c0652f661.tar.zst freebsd-ports-gnome-1b929ee8d0f49b2d35261b7450d38e6c0652f661.zip |
Make fetchable again and add mirrors.
PR: ports/70475
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-forrest/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index 2200899e5957..0deec4df0c8d 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -7,7 +7,13 @@ PORTNAME= apache-forrest PORTVERSION= 0.5.1 CATEGORIES= www -MASTER_SITES= http://www.apache.inetcosmos.org/dist/xml/forrest/source/ +MASTER_SITES= ${MASTER_SITE_APACHE} \ + http://mirror.tomato.it/apache/forrest/ \ + http://mirrors.publicshout.org/apache/forrest/ \ + http://mirror.nohup.it/apache/forrest/ \ + http://www.apache.inetcosmos.org/dist/forrest/ \ + ftp://mirror.nohup.it/apache/forrest/ +MASTER_SITE_SUBDIR= forrest DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= nivit@users.sourceforge.net |