diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-11 03:50:30 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-11 03:50:30 +0000 |
commit | b0f80fc26029a7aa9991c47de98287cbdd8d924e (patch) | |
tree | c426e4a9c9247aa933480a79593e0859a72828f2 /databases | |
parent | Update to 1.3.1. (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | databases/mysql-editor/Makefile | 4 |
1 files 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 |