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 | |
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')
-rw-r--r-- | www/comline/Makefile | 6 | ||||
-rw-r--r-- | www/linemode/Makefile | 6 | ||||
-rw-r--r-- | www/w3c-httpd/Makefile | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index 28f2ce80d5f0..f613aac25f66 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -3,14 +3,16 @@ # Date created: 9 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.7 1997/07/21 17:23:13 fenner Exp $ +# $Id: Makefile,v 1.8 1998/10/14 23:30:49 jseger Exp $ # DISTNAME= WWW PKGNAME= comline-4.0D CATEGORIES= www MASTER_SITES= ftp://ftp.w3.org/pub/old/comline/ \ - ftp://ftp.w3.org/pub/libwww/old/ + ftp://ftp.w3.org/pub/libwww/old/ \ + ftp://ftp-eu.w3.org/pub/old/comline/ \ + ftp://ftp-eu.w3.org/pub/libwww/old/ DISTFILES= w3c-libwww-4.0D.tar.gz \ w3c_4.0D_src.tar.gz diff --git a/www/linemode/Makefile b/www/linemode/Makefile index 8e36422a0ec3..d9ccac1da0eb 100644 --- a/www/linemode/Makefile +++ b/www/linemode/Makefile @@ -3,14 +3,16 @@ # Date created: 17 April 1995 # Whom: NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.13 1997/05/28 16:04:39 fenner Exp $ +# $Id: Makefile,v 1.14 1998/10/14 23:53:17 jseger Exp $ # DISTNAME= WWW PKGNAME= linemode-4.0D CATEGORIES= www MASTER_SITES= ftp://ftp.w3.org/pub/linemode/old/ \ - ftp://ftp.w3.org/pub/libwww/old/ + ftp://ftp.w3.org/pub/libwww/old/ \ + ftp://ftp-eu.w3.org/pub/linemode/old/ \ + ftp://ftp-eu.w3.org/pub/libwww/old/ DISTFILES= w3c-libwww-4.0D.tar.gz \ www_4.0D_src.tar.gz 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 |