diff options
author | tron <tron> | 2000-03-07 18:59:47 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-07 18:59:47 +0000 |
commit | de993122e0224eb80574225838d0333538bfb84e (patch) | |
tree | f25bff462d0b1319597238f09ccefcf5895c1b33 /www | |
parent | 7b2935c265e07a544b0acafa590c12b9cf40ec11 (diff) | |
download | pkgsrc-de993122e0224eb80574225838d0333538bfb84e.tar.gz |
Use other alias name "ftp.xlink.de" instead of "ftp.xlink.net" so that
"MASTER_SORT = .de" recognizes this site as german mirror.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index a581c56bf47..b39459662ed 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/03/06 18:52:06 tron Exp $ +# $NetBSD: Makefile,v 1.25 2000/03/07 18:59:47 tron Exp $ DISTNAME= squid-2.3.STABLE2-src PKGNAME= squid-2.3s2 @@ -9,7 +9,7 @@ MASTER_SITES= \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ \ - ftp://ftp.xlink.net/pub/mirror.squid/squid-2/STABLE/ + ftp://ftp.xlink.de/pub/mirror.squid/squid-2/STABLE/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://squid.nlanr.net/Squid/ |