diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2003-01-05 16:30:22 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2003-01-05 16:30:22 +0000 |
commit | 2ab286d8903f3558a1034843bff6cd0055b368a0 (patch) | |
tree | a10a1d0488f397d4ca7db7961523b6f746fb9d36 /mail/xfmail | |
parent | Fix build with new version of fltk. (diff) |
Resort the MASTER_SITES to distribute the ftp load.
Notes
Notes:
svn path=/head/; revision=72576
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index be9425448c6f..2b3d271441fb 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -8,9 +8,9 @@ PORTNAME= xfmail PORTVERSION= 1.5.3 CATEGORIES= mail -MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/%SUBDIR%/ \ - ftp://cupido.geophys.nat.tu-bs.de/pub/xfmail/release/%SUBDIR%/ \ - ftp://ftp.cfreeze.com/pub/xfmail/release/%SUBDIR%/ +MASTER_SITES= ftp://xfmail.cfreeze.com/pub/xfmail/release/%SUBDIR%/ \ + ftp://cupido.geophys.nat.tu-bs.de/pub/xfmail/release/%SUBDIR%/ \ + ftp://xfmail.ufies.org/pub/xfmail/release/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION}/source/ MAINTAINER= mikeh@FreeBSD.org |