diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 19:37:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 19:37:32 +0000 |
commit | 70aa8343ff841487c2bdf827d710485f2eabcce7 (patch) | |
tree | be58c3c53448362f81723a7b5c5ac47033abb668 /lang | |
parent | a47a043291feed498c34b7dcba47acd9b4a59f28 (diff) | |
download | ports-70aa8343ff841487c2bdf827d710485f2eabcce7.tar.gz ports-70aa8343ff841487c2bdf827d710485f2eabcce7.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/python25/Makefile | 2 | ||||
-rw-r--r-- | lang/python26/Makefile | 2 | ||||
-rw-r--r-- | lang/python27/Makefile | 2 | ||||
-rw-r--r-- | lang/python30/Makefile | 2 | ||||
-rw-r--r-- | lang/python31/Makefile | 2 | ||||
-rw-r--r-- | lang/python32/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/Makefile @@ -14,6 +14,8 @@ 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} diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -14,6 +14,8 @@ 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} diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -14,6 +14,8 @@ 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} diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -14,6 +14,8 @@ 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} diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -14,6 +14,8 @@ 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} diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -14,6 +14,8 @@ 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} diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -14,6 +14,8 @@ 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} |