diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2008-01-12 12:38:45 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2008-01-12 12:38:45 +0800 |
commit | d15502508cec423663410627aa2443dde944e8f9 (patch) | |
tree | c87ef81ee9d39e91aeab125b2193ccf0373dc58d /graphics | |
parent | 38b2b7abc22f85e95a0dd9a51dd4ce03ffd8971d (diff) | |
download | freebsd-ports-gnome-d15502508cec423663410627aa2443dde944e8f9.tar.gz freebsd-ports-gnome-d15502508cec423663410627aa2443dde944e8f9.tar.zst freebsd-ports-gnome-d15502508cec423663410627aa2443dde944e8f9.zip |
- Fix MASTER_SITES
PR: 116064
Submitted by: Radim Kolar
Approved by: maintainer
Diffstat (limited to 'graphics')
-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} |