diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-02 12:03:43 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-02 12:03:43 +0000 |
commit | 683d86a04a93e4732208e61624c48f2abd38df87 (patch) | |
tree | 5f8717388c64b3a993b74c5569397e71bcce9e51 /lang/python26 | |
parent | 33830c0c521893cf988c927714b40e3d1e70ca45 (diff) | |
download | ports-683d86a04a93e4732208e61624c48f2abd38df87.tar.gz ports-683d86a04a93e4732208e61624c48f2abd38df87.zip |
Notes
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 9f150898fac8..a854209d72d8 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -10,7 +10,9 @@ PORTVERSION= 2.2 PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ + ${MASTER_SITE_SOURCEFORGE} \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ +MASTER_SITE_SUBDIR= python DISTFILES= ${PYTHON_DISTFILE} MAINTAINER?= tg@FreeBSD.org |