diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-12 04:25:08 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-12 04:25:08 +0000 |
commit | bca129477c1796c53d9812efb92351089ef0de73 (patch) | |
tree | 725f5c4cccfa09d2a71ee9f7c11ee3b2e886dc00 /news | |
parent | 03a65560a147b33d4c99764251f722bad2cef4c1 (diff) | |
download | FreeBSD-ports-bca129477c1796c53d9812efb92351089ef0de73.zip FreeBSD-ports-bca129477c1796c53d9812efb92351089ef0de73.tar.gz |
Move the only master site that has one of the distfiles
higher up in the list. Waiting while 6 sites are checked for
a file they don't have is not my idea of fun.
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 10eb868..3b15143 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -10,12 +10,12 @@ DISTNAME= c-news PKGNAME= cnews-cr.g CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ + ftp://ftp.dinoex.org/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ ftp://ftp.win.or.jp/pub/network/news/cnews/ \ ftp://ftp.redcom.ru/pub/unix/usenet/c-news/ \ ftp://ftp.mc.hik.se/pub/unix/news/c-news/ \ - ftp://ftp.lan-ks.de/pub/c-news/ \ - ftp://ftp.dinoex.org/pub/c-news/ + ftp://ftp.lan-ks.de/pub/c-news/ EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pgpverify-1.12 |