aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2003-01-17 23:40:13 +0800
committerroam <roam@FreeBSD.org>2003-01-17 23:40:13 +0800
commit11f23e12f79a9079275b58c734564fb69d7d18fc (patch)
tree3732675be8d2637695b67ce515329fa81362a610 /ftp
parent3fa438687bbff7e6c5786262a705df1c6c087afd (diff)
downloadfreebsd-ports-gnome-11f23e12f79a9079275b58c734564fb69d7d18fc.tar.gz
freebsd-ports-gnome-11f23e12f79a9079275b58c734564fb69d7d18fc.tar.zst
freebsd-ports-gnome-11f23e12f79a9079275b58c734564fb69d7d18fc.zip
Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 2ffbdb7f4d26..3a03fec3835f 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -9,10 +9,11 @@ PORTNAME= curl
PORTVERSION= 7.10.3
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
- http://download.sourceforge.net/curl/ \
+ ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \
ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/
+MASTER_SITE_SUBDIR= curl
MAINTAINER= roam@FreeBSD.org