diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-13 20:47:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-13 20:47:43 +0000 |
commit | 00d2e004648a3fc22035fec63f4f0f1b8e4b2884 (patch) | |
tree | 246b3e9ef1eed86261ab397db72497467b56f163 /graphics | |
parent | 97f9dd0b345423626740507fe511d174d724854f (diff) | |
download | ports-00d2e004648a3fc22035fec63f4f0f1b8e4b2884.tar.gz ports-00d2e004648a3fc22035fec63f4f0f1b8e4b2884.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index f79b854468ae..ce82f092f05d 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -8,9 +8,7 @@ PORTNAME= imaging PORTVERSION= 1.1.4 CATEGORIES= graphics python -MASTER_SITES= http://www.pythonware.com/downloads/ \ - ftp://www.python.org/pub/python/src/ \ - ftp://ftp.cwi.nl/pub/python/src/ +MASTER_SITES= http://effbot.org/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} |