diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-11-27 15:13:22 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-11-27 15:13:22 +0000 |
commit | 56d989ed7acd016de766b0a14a6f9ea98a678ad9 (patch) | |
tree | fcc1331f3a28128444338770604bd634e58dbf41 /databases | |
parent | ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd (diff) | |
download | FreeBSD-ports-56d989ed7acd016de766b0a14a6f9ea98a678ad9.zip FreeBSD-ports-56d989ed7acd016de766b0a14a6f9ea98a678ad9.tar.gz |
Use MASTER_SITES that do not redirect to obfuscated
directory names.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf2mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index 4be54f9..97599b9 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -8,7 +8,8 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 CATEGORIES= databases -MASTER_SITES= http://download.sourceforge.net/pub/mirrors/mysql/Downloads/Contrib/ +MASTER_SITES= ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \ + ftp://ftp.plig.org/pub/mysql/Downloads/Contrib/ MAINTAINER= jedgar@FreeBSD.org |