diff options
author | mi <mi@FreeBSD.org> | 2002-01-09 02:59:38 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-01-09 02:59:38 +0800 |
commit | 48346b789d645c1f2058dd256ca7e4c006c8543f (patch) | |
tree | 32763a29587fba1ba1958e1c52b9a59461020cfd /databases | |
parent | 1de85c40d652a7b7a6def3679977156e6d06d7b5 (diff) | |
download | freebsd-ports-gnome-48346b789d645c1f2058dd256ca7e4c006c8543f.tar.gz freebsd-ports-gnome-48346b789d645c1f2058dd256ca7e4c006c8543f.tar.zst freebsd-ports-gnome-48346b789d645c1f2058dd256ca7e4c006c8543f.zip |
Fix MASTER_SITE. It now tries to redirect to the new one, but the
redirection is broken... Woof...
Submitted by: fenner's script (thanks!)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysqltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 3ada18b336e7..b778ef995054 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -8,7 +8,7 @@ PORTNAME= mysqltcl PORTVERSION= 1.53 CATEGORIES= databases tcl83 -MASTER_SITES= http://download.sourceforge.net/pub/mirrors/mysql/Downloads/Contrib/ +MASTER_SITES= http://telia.dl.sourceforge.net/mirrors/mysql/Downloads/Contrib/ MAINTAINER= mi@aldan.algebra.com |