diff options
author | max <max@FreeBSD.org> | 1997-02-15 07:36:42 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-15 07:36:42 +0000 |
commit | 95697609dfc6a728e05406f1a046c301c153edc0 (patch) | |
tree | 87d7ee5c77a7986c628335f34cf81202e38907c0 /www/w3-4 | |
parent | c34f117dfebc21a2a1cecf52e1fd9cd41bc013c6 (diff) | |
download | FreeBSD-ports-95697609dfc6a728e05406f1a046c301c153edc0.zip FreeBSD-ports-95697609dfc6a728e05406f1a046c301c153edc0.tar.gz |
In the list of master sites, put ftp.cs.indiana.edu before ftp.iij.ad.jp
as iij is just mirroring the files.
Diffstat (limited to 'www/w3-4')
-rw-r--r-- | www/w3-4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile index 974cea2..4f32e49 100644 --- a/www/w3-4/Makefile +++ b/www/w3-4/Makefile @@ -3,13 +3,13 @@ # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/12/18 05:26:32 asami Exp $ +# $Id: Makefile,v 1.2 1997/01/04 00:36:48 max Exp $ # DISTNAME= w3-2.2.26 CATEGORIES= www -MASTER_SITES= ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ \ - ftp://ftp.cs.indiana.edu/pub/elisp/w3/ +MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/elisp/w3/ \ + ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ MAINTAINER= kiri@kiri.toba-cmt.ac.jp |