diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:04:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:04:34 +0000 |
commit | 1ab3a2fc560edbf4d7e3e37536fd5d5847e5295d (patch) | |
tree | 47def9395a8a20dbc1026b96d09205530ac34efe /databases/dbf2mysql | |
parent | 5adf6527208d4a456ac45edcc2b1f8816c9aeebd (diff) |
Notes
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r-- | databases/dbf2mysql/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index d2ddf0f29589..fe4b06a20479 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -9,8 +9,11 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 PORTREVISION= 2 CATEGORIES= databases -MASTER_SITES= http://mirror.etf.bg.ac.yu/mysql/Downloads/Contrib/ \ - ftp://ftp.ciril.fr/pub/sgbd/mysql/Downloads/Contrib +MASTER_SITES= ftp://ftp.ntu.edu.tw/pub/MySQL/Downloads/Contrib/ \ + ftp://ftp.ip.pt/.disk2/mysql/Downloads/Contrib/ \ + ftp://ftp.chu.edu.tw/Mirrors/www.mysql.com/Downloads/Contrib/ \ + ftp://ftp.ps.pl/dsk0/ftp.mysql.com/Downloads/Contrib/ \ + ftp://mir1.ovh.net/ftp.mysql.com/Downloads/Contrib/ MAINTAINER= ports@FreeBSD.org COMMENT= Programs to convert .dbf files to MySQL tables and vice versa |