diff options
author | grant <grant@pkgsrc.org> | 2004-04-24 11:31:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-24 11:31:57 +0000 |
commit | c5d2708be99f592b378a8203eaa0c2d01d705ec4 (patch) | |
tree | 187a4b9d41d340fe55faa8b2e12eac01be3763f4 /mk | |
parent | 5fc5786f92a13d491a0f00d1cfc1bf7c392f2f09 (diff) | |
download | pkgsrc-c5d2708be99f592b378a8203eaa0c2d01d705ec4.tar.gz |
flow.dl.sourceforge.net has been unreachable for a while now, due to
what appears to be a routing loop. comment it out for the moment.
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 749544ade0c..505fdd24dcb 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1448 2004/04/23 02:03:18 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1449 2004/04/24 11:31:57 grant Exp $ # # This file is in the public domain. # @@ -1050,7 +1050,6 @@ MASTER_SITE_SOURCEFORGE+= \ http://belnet.dl.sourceforge.net/sourceforge/ \ http://cesnet.dl.sourceforge.net/sourceforge/ \ http://easynews.dl.sourceforge.net/sourceforge/ \ - http://flow.dl.sourceforge.net/sourceforge/ \ http://heanet.dl.sourceforge.net/sourceforge/ \ http://keihanna.dl.sourceforge.net/sourceforge/ \ http://osdn.dl.sourceforge.net/sourceforge/ \ @@ -1060,6 +1059,7 @@ MASTER_SITE_SOURCEFORGE+= \ http://unc.dl.sourceforge.net/sourceforge/ \ ftp://ftp3.sourceforge.net/pub/sourceforge/ \ ftp://ftp.tuwien.ac.at/linux/sourceforge/ +# http://flow.dl.sourceforge.net/sourceforge/ MASTER_SITE_SUSE+= \ http://altruistic.lbl.gov/mirrors/suse/${MACHINE_ARCH}/${SUSE_VERSION}/suse/ \ |