diff options
author | tg <tg@FreeBSD.org> | 2001-05-04 19:03:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-04 19:03:58 +0800 |
commit | 9c76d37ec3649cfd1bd4534b211b5266f8adf9b7 (patch) | |
tree | 48f1ee5b263bab5029d393ae334768549f5d9e7b /textproc | |
parent | eaceb5ee5369f477490c50bd5caa2d7001ed755c (diff) | |
download | freebsd-ports-gnome-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.tar.gz freebsd-ports-gnome-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.tar.zst freebsd-ports-gnome-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.zip |
Use the same MASTER_SITES as lang/python.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 7ae69936b754..1970513b5971 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -8,8 +8,8 @@ PORTNAME= expat PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= textproc python -MASTER_SITES= ftp://www.python.org/pub/python/src/ \ - ftp://ftp.cwi.nl/pub/python/src/ +MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ + http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PYTHON_DISTFILE} |