summaryrefslogtreecommitdiff
path: root/textproc/py-xml
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-05-28 20:57:39 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-05-28 20:57:39 +0000
commitd4ee74b9901b84c716dc9612dbfd93455241ca88 (patch)
tree3f92fd7915a2ef80686b2abc24b2569019b6958b /textproc/py-xml
parentUpdate 2.3 -> 2.4 (diff)
Add more MASTER_SITES entries and add python to CATEGORIES
Notes
Notes: svn path=/head/; revision=19043
Diffstat (limited to 'textproc/py-xml')
-rw-r--r--textproc/py-xml/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index 12861c50ff3f..b0bbf44b0f98 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -3,13 +3,17 @@
# Date created: 04/17/1999
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.1.1.1 1999/04/17 17:34:02 nectar Exp $
+# $Id: Makefile,v 1.2 1999/05/01 02:20:34 nectar Exp $
#
DISTNAME= xml-0.5.1
PKGNAME= py-xml-0.5.1
-CATEGORIES= textproc
-MASTER_SITES= http://www.python.org/sigs/xml-sig/files/
+CATEGORIES= textproc python
+MASTER_SITES= http://www.python.org/sigs/xml-sig/files/ \
+ ftp://ftp.cdrom.com/pub/python/www.python.org/sigs/xml-sig/files/ \
+ ftp://ftp.kddlabs.co.jp/pub/lang/python/www.python.org/sigs/xml-sig/files/ \
+ ftp://unix.hensa.ac.uk/mirrors/ftp.python.org/pub/www.python.org/sigs/xml-sig/files/ \
+ http://www.nectar.cc/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= nectar@FreeBSD.ORG