diff options
author | tg <tg@FreeBSD.org> | 2001-05-04 11:03:58 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-04 11:03:58 +0000 |
commit | 9c76d37ec3649cfd1bd4534b211b5266f8adf9b7 (patch) | |
tree | 48f1ee5b263bab5029d393ae334768549f5d9e7b /x11-toolkits/py-tkinter | |
parent | eaceb5ee5369f477490c50bd5caa2d7001ed755c (diff) | |
download | FreeBSD-ports-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.zip FreeBSD-ports-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.tar.gz |
Use the same MASTER_SITES as lang/python.
Diffstat (limited to 'x11-toolkits/py-tkinter')
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index cca7640..2193174 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -8,8 +8,8 @@ PORTNAME= tkinter PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= x11-toolkits 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} |