diff options
author | max <max@FreeBSD.org> | 1997-02-15 15:42:32 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-15 15:42:32 +0800 |
commit | 1d536283377d516b316ad55af254a360845aed94 (patch) | |
tree | b4405f98cbf22f1f2b875f59919ac0b67d1ab6c7 /japanese/w3 | |
parent | 93989d48af9d1e3d5043540dbada28b0a6ac23e7 (diff) | |
download | freebsd-ports-gnome-1d536283377d516b316ad55af254a360845aed94.tar.gz freebsd-ports-gnome-1d536283377d516b316ad55af254a360845aed94.tar.zst freebsd-ports-gnome-1d536283377d516b316ad55af254a360845aed94.zip |
Put ftp.cs.indiana.edu before ftp.iij.ad.jp in the site list as indiana is
the primary distribution site.
Diffstat (limited to 'japanese/w3')
-rw-r--r-- | japanese/w3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile index 43bacd12a31f..a9c85e1e7e9f 100644 --- a/japanese/w3/Makefile +++ b/japanese/w3/Makefile @@ -3,14 +3,14 @@ # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1997/01/04 00:39:53 max Exp $ +# $Id: Makefile,v 1.2 1997/01/04 13:19:40 max Exp $ # DISTNAME= w3-2.2.26 PKGNAME= jp-w3-2.2.26 CATEGORIES= www japanese -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 |