diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-01-17 15:40:13 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-01-17 15:40:13 +0000 |
commit | 342d6b79fb729d152ec4edf4a2aea2eebdbe65b1 (patch) | |
tree | 5127609c5f8d824ab544ffe15b8ea80a7ed13d84 /ftp | |
parent | ba40505c14536d14d79ea2bfd79bb5642324ffc7 (diff) | |
download | ports-342d6b79fb729d152ec4edf4a2aea2eebdbe65b1.tar.gz ports-342d6b79fb729d152ec4edf4a2aea2eebdbe65b1.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 3 |
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 |