diff options
Diffstat (limited to 'lang/python25/Makefile')
-rw-r--r-- | lang/python25/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index f8a79ef98308..c5e43121fc0c 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= python -PORTVERSION= 2.5.b1 +PORTVERSION= 2.5.b3 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -14,8 +14,6 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language -BROKEN= fails to deinstall cleanly - DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC}/portbld.static PATCH_WRKSRC= ${PYTHON_WRKSRC} |