diff options
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 65b3490941a8..366cffdea802 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -6,10 +6,10 @@ # PORTNAME= python -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/2.0/ \ - http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/2.0/ +MASTER_SITES= http://www.python.org/ftp/python/2.0.1/ \ + http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/2.0.1/ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER?= tg@FreeBSD.org @@ -131,7 +131,7 @@ post-install: .endif .if !defined(WITHOUT_DEMO) @${MKDIR} ${DEMODIR} - @cd ${WRKSRC}/Demo; tar -c --exclude='*CVS*' -f - * | \ + @cd ${WRKSRC}/Demo; tar -c --exclude='*CVS*' -f - [M-z]* | \ (cd ${DEMODIR}; tar xf -) .endif |