diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-04-24 06:24:34 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-04-24 06:24:34 +0000 |
commit | 21f83a70256422bf1bc11882f463d07a64d9165d (patch) | |
tree | 47d2efc37f278d55e1615922b72ef3a729cad310 /mail/mutt-devel | |
parent | 3eb12e3af5cbddfad0f7c35dfd826cf09e67adab (diff) | |
download | ports-21f83a70256422bf1bc11882f463d07a64d9165d.tar.gz ports-21f83a70256422bf1bc11882f463d07a64d9165d.zip |
Notes
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 973966d217db..67f44562903a 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -71,9 +71,10 @@ CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news .endif -MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ - ftp://ftp.parodius.com/pub/mutt/devel/ \ - ftp://ftp.mutt.org/mutt/devel/ +MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/ \ + ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/ \ + ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ + ftp://ftp.parodius.com/pub/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i PATCH_SITES= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ |