diff options
author | John Fieber <jfieber@FreeBSD.org> | 1995-12-04 20:56:18 +0800 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1995-12-04 20:56:18 +0800 |
commit | 9f998a71d0ec841c098688b3d31850bf5ca67475 (patch) | |
tree | eb68f243a5af8c6357e755dac338e8d419466c29 /www/apache21 | |
parent | 9fae308222c10cbd850c26b584f197b326d5d776 (diff) | |
download | freebsd-ports-gnome-9f998a71d0ec841c098688b3d31850bf5ca67475.tar.gz freebsd-ports-gnome-9f998a71d0ec841c098688b3d31850bf5ca67475.tar.zst freebsd-ports-gnome-9f998a71d0ec841c098688b3d31850bf5ca67475.zip |
Fix MASTER_SITES.
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index bfc63c23d8e5..5d7780f5aafb 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,13 +3,18 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.4 1995/11/27 04:10:09 asami Exp $ +# $Id: Makefile,v 1.5 1995/12/02 23:07:08 jfieber Exp $ # DISTNAME= apache_1.0.0 PKGNAME= apache-1.0.0 CATEGORIES+= www -MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/ +MASTER_SITES= ftp://www.apache.org/apache/dist/ +MASTER_SITES+= ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/ +MASTER_SITES+= ftp://ftp.uni-regensburg.de/pub/comp/infosystems/www/daemons/apache/dist/ +MASTER_SITES+= ftp://Bond.edu.au/pub/apache/dist/ +MASTER_SITES+= ftp://sunsite.mff.cuni.cz/Net/Infosystems/WWW/Servers/Apache/dist/ +MASTER_SITES+= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/ MAINTAINER= pst@freebsd.org |