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/mysql4-client/Makefile.common | |
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/mysql4-client/Makefile.common')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index 73484319c9f..0ff36db5c95 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,10 +1,8 @@ -# $NetBSD: Makefile.common,v 1.48 2005/12/05 23:55:04 rillig Exp $ +# $NetBSD: Makefile.common,v 1.49 2006/01/23 17:57:47 xtraeme Exp $ DISTNAME= mysql-4.1.15 CATEGORIES= databases -MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQL-4.1/ \ - ftp://sunsite.dk/mirrors/mysql/Downloads/MySQL-4.1/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-4.1/ +MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-4.1/} MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.mysql.com/ |