diff options
author | tron <tron@pkgsrc.org> | 2001-04-18 10:53:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-18 10:53:02 +0000 |
commit | 31370297b83036aedd95434fc5ce5bb567033e6d (patch) | |
tree | b0f6f2ae781549e22d381a36e1585146e839cae7 /mk | |
parent | caf839dc178a1564c8bf11e1f30f774870c54728 (diff) | |
download | pkgsrc-31370297b83036aedd95434fc5ce5bb567033e6d.tar.gz |
Reorder "MASTER_SITE_SOURCEFORGE" in the interest of performance.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 226e5c79b0b..87af4228bcf 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.720 2001/04/17 16:56:21 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.721 2001/04/18 10:53:02 tron Exp $ # # This file is in the public domain. # @@ -921,9 +921,9 @@ MASTER_SITE_GNOME+= \ ftp://ftp.fh-rosenheim.de/pub/mirror/ftp.gnome.org/GNOME/ MASTER_SITE_SOURCEFORGE+= \ + ftp://ftp3.sourceforge.net/pub/sourceforge/ \ http://ftp1.sourceforge.net/ \ http://ftp2.sourceforge.net/ \ - http://ftp3.sourceforge.net/ \ ftp://ftp.tuwien.ac.at/opsys/linux/sourceforge/ # Empty declaration to avoid "variable MASTER_SITES recursive" error |