summaryrefslogtreecommitdiff
path: root/databases/dbf2mysql
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-11-27 15:13:22 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-11-27 15:13:22 +0000
commit8a967b8196ead0b9c140d930b3ec7fac1ce8f95e (patch)
tree3a4520da1cad18c64b59356197b10336576b06a6 /databases/dbf2mysql
parento Use MASTER_SITE_LOCAL since the author's site vanished (diff)
Use MASTER_SITES that do not redirect to obfuscated
directory names.
Notes
Notes: svn path=/head/; revision=50647
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r--databases/dbf2mysql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile
index 4be54f96e048..97599b959e6e 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