diff options
-rw-r--r-- | databases/py-MySQL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-MySQL/Makefile b/databases/py-MySQL/Makefile index 44190d680c90..a15a267a9143 100644 --- a/databases/py-MySQL/Makefile +++ b/databases/py-MySQL/Makefile @@ -8,7 +8,9 @@ PORTNAME= py-MySQL PORTVERSION= 1.4 CATEGORIES= databases python -MASTER_SITES= http://www.mysql.com/Contrib/ +MASTER_SITES= http://web.tryc.on.ca/mysql/Downloads/Contrib/ \ + http://mysql.orst.edu/Downloads/Contrib/ \ + http://mysql.netvisao.pt/Downloads/Contrib/ DISTNAME= MySQLmodule-${PORTVERSION} MAINTAINER= dr@domix.de |