From 22d1212ca9957d90fd2b9599558a78c212d2b76a Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 8 Jan 2002 18:59:38 +0000 Subject: [PATCH] Fix MASTER_SITE. It now tries to redirect to the new one, but the redirection is broken... Woof... Submitted by: fenner's script (thanks!) --- databases/mysqltcl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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