diff options
author | jim <jim@FreeBSD.org> | 2002-01-14 15:57:57 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-01-14 15:57:57 +0800 |
commit | f808a531ce404ff4fec0cb0c663387d0f9830218 (patch) | |
tree | db750c7b4f1e16581f2d1cefcdefae8966e4f233 /mail/newmail | |
parent | 10c9a79ee2e85e27a4b0727170d89cba72ab1272 (diff) | |
download | freebsd-ports-gnome-f808a531ce404ff4fec0cb0c663387d0f9830218.tar.gz freebsd-ports-gnome-f808a531ce404ff4fec0cb0c663387d0f9830218.tar.zst freebsd-ports-gnome-f808a531ce404ff4fec0cb0c663387d0f9830218.zip |
Add mirrors to MASTER_SITES.
PR: 33867
Submitted by: maintainer
Diffstat (limited to 'mail/newmail')
-rw-r--r-- | mail/newmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile index 44c9c46f7bc5..12c29a317f9c 100644 --- a/mail/newmail/Makefile +++ b/mail/newmail/Makefile @@ -8,7 +8,9 @@ PORTNAME= newmail PORTVERSION= 1.0.1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ \ + ftp://ftp.megamirror.com/pub/ugh/newmail/ \ + http://ftp.megamirror.com/pub/ugh/newmail/ MAINTAINER= andrew@ugh.net.au |