aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-06-18 18:48:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-06-18 18:48:43 +0000
commita3e1185a564d458674f60e09b305598e9f7bb4c9 (patch)
treebdd2464c08ca97ead1ff6d484dc92ce2d517911d /Mk
parent61d4edc486d3ee9cf98ab2f484e4e0da6f865739 (diff)
downloadports-a3e1185a564d458674f60e09b305598e9f7bb4c9.tar.gz
ports-a3e1185a564d458674f60e09b305598e9f7bb4c9.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.
Notes
Notes: svn path=/head/; revision=29678
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk4
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?= \