diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-19 02:48:43 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-19 02:48:43 +0800 |
commit | 2ceeb52f8a3bd46d06192ef907a66890e9a1084e (patch) | |
tree | b2ade301e20d8328b3d5240ee181db6dbcd5f8bc /Mk | |
parent | be90ae25a62314b970ba75111a5d76a1b322be92 (diff) | |
download | freebsd-ports-gnome-2ceeb52f8a3bd46d06192ef907a66890e9a1084e.tar.gz freebsd-ports-gnome-2ceeb52f8a3bd46d06192ef907a66890e9a1084e.tar.zst freebsd-ports-gnome-2ceeb52f8a3bd46d06192ef907a66890e9a1084e.zip |
Favor the FTP protocol over the HTTP one for MASTER_SITE_SOURCEFORGE.
FTP is a much better long-haul protocol and is nicer on the network than
HTTP.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e1383ac68e72..ccc55c63bda8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -96,8 +96,8 @@ MASTER_SITE_TCLTK+= \ ftp://ftp.lip6.fr/pub/tcl/distrib/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - http://download.sourceforge.net/%SUBDIR%/ \ - ftp://download.sourceforge.net/pub/sourceforge/%SUBDIR%/ + ftp://download.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ + http://download.sourceforge.net/%SUBDIR%/ # Where to put distfiles that don't have any other master site MASTER_SITE_LOCAL?= \ |