diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-23 17:57:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-23 17:57:47 +0000 |
commit | a83256b22cd23eb9f130540d9e4cc781dc24ff4e (patch) | |
tree | c9a093736dad0c45490f932e163b58635f682825 /databases/mysql5-client | |
parent | 471a2bbcdc9e91bef36f967a6c2c5cf6c1acc158 (diff) | |
download | pkgsrc-a83256b22cd23eb9f130540d9e4cc781dc24ff4e.tar.gz |
Add MASTER_SITE_MYSQL with a bunch of mirrors from FreeBSD, and use
it in the mysql packages.
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r-- | databases/mysql5-client/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common index 04704c7733c..bf4d301aa07 100644 --- a/databases/mysql5-client/Makefile.common +++ b/databases/mysql5-client/Makefile.common @@ -1,10 +1,8 @@ -# $NetBSD: Makefile.common,v 1.5 2006/01/09 16:25:01 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.6 2006/01/23 17:57:47 xtraeme Exp $ DISTNAME= mysql-5.0.18 CATEGORIES= databases -MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/ \ - ftp://sunsite.dk/mirrors/mysql/Downloads/MySQL-5.0/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-5.0/ +MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/} MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.mysql.com/ |