diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-21 20:54:58 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-21 20:54:58 +0000 |
commit | cfd4fb13d20129474f08844b76ea0fbd5a321e37 (patch) | |
tree | 6dfd1d46374bbf3d08d4116af5c41228aa1b3e70 | |
parent | Fix WWW (diff) |
Update MASTER_SITES.
PR: 59563
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=94672
Diffstat (limited to '')
-rw-r--r-- | graphics/py-imaging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index ce82f092f05d..def947567443 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -8,7 +8,7 @@ PORTNAME= imaging PORTVERSION= 1.1.4 CATEGORIES= graphics python -MASTER_SITES= http://effbot.org/downloads/ +MASTER_SITES= http://www.pythonware.net/storage/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} |