From 185b33b99867e1fd7de7d7c69c44600bb44b38a2 Mon Sep 17 00:00:00 2001 From: mi Date: Mon, 11 Jul 2005 03:50:30 +0000 Subject: Use the MASTER_SITE_MYSQL available only since 6 months ago... The original master site is no more. Notified by: kris (pointyhat) PR: ports/67311 ports/67226 --- databases/mysql-editor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index cfe92c916541..65493ecebc74 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -8,8 +8,8 @@ PORTNAME= mysql-editor PORTVERSION= 0.2 CATEGORIES= databases www -MASTER_SITES= http://sorry.vse.cz/~xzemt02/mysql/ \ - http://www.mysql.com/Contrib/ +MASTER_SITES= ${MASTER_SITE_MYSQL} +MASTER_SITE_SUBDIR=Contrib DISTNAME= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com -- cgit