diff options
author | tg <tg@FreeBSD.org> | 1998-11-09 08:10:03 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-09 08:10:03 +0000 |
commit | 70d73125e26f65f74ef5067698a3d8ae05ba67de (patch) | |
tree | 6768fdc97e2768577fc0355e81b968216bb65c9c /graphics/py-imaging | |
parent | b93b5f13a7eac7e61b0baf53f8dd4230ca5adfe8 (diff) | |
download | FreeBSD-ports-70d73125e26f65f74ef5067698a3d8ae05ba67de.zip FreeBSD-ports-70d73125e26f65f74ef5067698a3d8ae05ba67de.tar.gz |
Oops, forgot some master sites.
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index a2d5c05..5eac44c 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -3,13 +3,15 @@ # Date created: 02 November 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/05 08:02:39 tg Exp $ # DISTNAME= Imaging-0.3b2 PKGNAME= py-imaging-0.3b2 CATEGORIES= graphics python -MASTER_SITES= http://www.pythonware.com/downloads/ +MASTER_SITES= http://www.pythonware.com/downloads/ \ + ftp://www.python.org/pub/python/src/ \ + ftp://ftp.cwi.nl/pub/python/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pyth151.tgz MAINTAINER= tg@FreeBSD.ORG |