diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-09 08:10:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-09 08:10:03 +0000 |
commit | c5ffdbaeee97d0a33925158635220b0219445c4e (patch) | |
tree | 27da5752c5640ff149897ad2e87220590956d071 /graphics | |
parent | 4de1dddd5fae5308c95f16998bfe78d8b102cec3 (diff) | |
download | ports-c5ffdbaeee97d0a33925158635220b0219445c4e.tar.gz ports-c5ffdbaeee97d0a33925158635220b0219445c4e.zip |
Notes
Diffstat (limited to 'graphics')
-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 a2d5c0502608..5eac44c93bf6 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 |