diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-19 15:59:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-19 15:59:01 +0800 |
commit | b577af2e775e65b4ac2e60231f6fc8a5d95ddede (patch) | |
tree | 7b0ae147a99694339d5f6b4b3252b2168d939290 /mail/balsa2 | |
parent | 37768e6f1fa48da4c1d533674766dfc84b4bc1a3 (diff) | |
download | freebsd-ports-gnome-b577af2e775e65b4ac2e60231f6fc8a5d95ddede.tar.gz freebsd-ports-gnome-b577af2e775e65b4ac2e60231f6fc8a5d95ddede.tar.zst freebsd-ports-gnome-b577af2e775e65b4ac2e60231f6fc8a5d95ddede.zip |
Reorder MASTER_SITES according to accessability.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index b2f010bca5bb..a7b3e017e156 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 |