summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-01-14 07:57:57 +0000
committerJim Mock <jim@FreeBSD.org>2002-01-14 07:57:57 +0000
commit466f9f06ce9f467a1e047a3ccc2b7a16311e4131 (patch)
tree531882a6f49edaa4dd7c955883ecedbce30bc511
parentFix MASTER_SITES, remove uneeded patch-aa. The DISTNAME has also (diff)
Add mirrors to MASTER_SITES.
PR: 33867 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53040
-rw-r--r--mail/newmail/Makefile4
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