diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-04 11:03:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-04 11:03:58 +0000 |
commit | c450afa5d497b55b86bf43a66ce3cb6ae795989d (patch) | |
tree | cfb7605ef8d0e4a0ba79481974287685a1a9f708 /x11-toolkits | |
parent | d50622339dfe9f8c541c2e2b549d47a82f483389 (diff) | |
download | ports-c450afa5d497b55b86bf43a66ce3cb6ae795989d.tar.gz ports-c450afa5d497b55b86bf43a66ce3cb6ae795989d.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-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 cca76405fb7a..219317432f1f 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} |