diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-08 19:59:26 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-08 19:59:26 +0000 |
commit | 6f21f382227da18589f00bde7721bfa3f727aac3 (patch) | |
tree | 40bd0592e4c9d405bf645b3d73f9d72dd79db20d /www/w3c-httpd | |
parent | af8e13208cde4b1e6d60793e88d8fd65ae1616ce (diff) |
Add ftp-eu.w3.org to MASTER_SITES, since ftp.w3.org has DNS trouble.
Notes
Notes:
svn path=/head/; revision=15934
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index b62e8f35fc83..3c19e6c32e7d 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,12 +3,13 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.17 1998/02/20 18:39:57 steve Exp $ +# $Id: Makefile,v 1.18 1998/10/15 02:03:14 jseger Exp $ # DISTNAME= w3c-httpd-3.0A CATEGORIES= www -MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ +MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ + ftp://ftp-eu.w3.org/pub/httpd/ MAINTAINER= giffunip@asme.org |