diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-01-12 04:38:45 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-01-12 04:38:45 +0000 |
commit | 1216f9e2ad471279ddf9e47c8752b081215e34ab (patch) | |
tree | 863b51f3912223076f6bb754ec49f05da65abc3e /graphics/py-imaging | |
parent | - Update to version 4.22.2. (diff) |
- Fix MASTER_SITES
PR: 116064
Submitted by: Radim Kolar
Approved by: maintainer
Diffstat (limited to 'graphics/py-imaging')
-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 aad2ceea8ecc..b65a3d08c281 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -9,7 +9,7 @@ PORTNAME= imaging PORTVERSION= 1.1.6 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= http://effbot.org/downloads/ \ +MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} |