diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-19 07:59:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-19 07:59:01 +0000 |
commit | b577af2e775e65b4ac2e60231f6fc8a5d95ddede (patch) | |
tree | 7b0ae147a99694339d5f6b4b3252b2168d939290 /mail | |
parent | 37768e6f1fa48da4c1d533674766dfc84b4bc1a3 (diff) | |
download | FreeBSD-ports-b577af2e775e65b4ac2e60231f6fc8a5d95ddede.zip FreeBSD-ports-b577af2e775e65b4ac2e60231f6fc8a5d95ddede.tar.gz |
Reorder MASTER_SITES according to accessability.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index b2f010b..a7b3e01 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -8,8 +8,8 @@ PORTNAME= balsa PORTVERSION= 0.9.5 CATEGORIES= mail gnome -MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \ - http://www.theochem.kth.se/~pawsa/balsa/ +MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ + ftp://ftp.newton.cx/pub/balsa/ MAINTAINER= sobomax@FreeBSD.org diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index b2f010b..a7b3e01 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -8,8 +8,8 @@ PORTNAME= balsa PORTVERSION= 0.9.5 CATEGORIES= mail gnome -MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \ - http://www.theochem.kth.se/~pawsa/balsa/ +MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ + ftp://ftp.newton.cx/pub/balsa/ MAINTAINER= sobomax@FreeBSD.org |