diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-09 15:56:24 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-09 15:56:24 +0000 |
commit | 003872fd2463ace9d6f1a0a71dbef097bacd5291 (patch) | |
tree | 4f8ca1436144a830262661b1cce446ceb17a2fcb /databases/py-MySQL | |
parent | ac1277b14378442384eb55488532905bf16cf3ac (diff) | |
download | ports-003872fd2463ace9d6f1a0a71dbef097bacd5291.tar.gz ports-003872fd2463ace9d6f1a0a71dbef097bacd5291.zip |
Notes
Diffstat (limited to 'databases/py-MySQL')
-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 |