summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-01-17 15:40:13 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-01-17 15:40:13 +0000
commit342d6b79fb729d152ec4edf4a2aea2eebdbe65b1 (patch)
tree5127609c5f8d824ab544ffe15b8ea80a7ed13d84 /ftp
parentInstall the sample startup script directly to etc/rc.d/, instead of (diff)
Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
Notes
Notes: svn path=/head/; revision=73357
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