diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-05 14:24:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-05 14:24:32 +0000 |
commit | cd257b5a78a31221ad897032ce6fd0a43a42c653 (patch) | |
tree | f81c738a3033ae1ff97e1bd96969c82102913e4f /databases/xmysqladmin | |
parent | fix typo in original source (diff) |
Fix MASTER_SITES.
Diffstat (limited to 'databases/xmysqladmin')
-rw-r--r-- | databases/xmysqladmin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index e258672c92a4..fd92e2d7ae96 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -8,9 +8,9 @@ PORTNAME= xmysqladmin PORTVERSION= 1.0 CATEGORIES= databases -MASTER_SITES= http://www.tcx.se/Contrib/ \ - http://www.buoy.com/mysql/Contrib/ \ - http://web.tryc.on.ca/mysql/Downloads/Contrib/ +MASTER_SITES= http://www.mysql.com/Downloads/Contrib/ \ + http://www.mysql.net/Downloads/Contrib/ \ + ftp://ftp.wipol.uni-bonn.de/pub/mirror/MySQL/Contrib/ MAINTAINER= dirk@FreeBSD.org |