diff options
author | mikeh <mikeh@FreeBSD.org> | 2003-01-06 00:30:22 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2003-01-06 00:30:22 +0800 |
commit | 32df782a7c86740c4810eda3eea0ece221c1757b (patch) | |
tree | c2e76731ef85238367e45abe734a2e3c6860880d /mail/xfmail | |
parent | 622654875b93e6c77a3621b99e5bdf4450c1c0c1 (diff) | |
download | freebsd-ports-gnome-32df782a7c86740c4810eda3eea0ece221c1757b.tar.gz freebsd-ports-gnome-32df782a7c86740c4810eda3eea0ece221c1757b.tar.zst freebsd-ports-gnome-32df782a7c86740c4810eda3eea0ece221c1757b.zip |
Resort the MASTER_SITES to distribute the ftp load.
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 |