aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python24
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-02-27 21:00:06 +0800
committerperky <perky@FreeBSD.org>2004-02-27 21:00:06 +0800
commit2d57407973b9d1b403ca1324f598a70bef130bbe (patch)
treec21cc003121920243fd577e9cb1876bab7553536 /lang/python24
parentd02da3cb3bd8271a02351730a6c1d25acef851e3 (diff)
downloadfreebsd-ports-gnome-2d57407973b9d1b403ca1324f598a70bef130bbe.tar.gz
freebsd-ports-gnome-2d57407973b9d1b403ca1324f598a70bef130bbe.tar.zst
freebsd-ports-gnome-2d57407973b9d1b403ca1324f598a70bef130bbe.zip
- Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.
- Set mutually exclusive confliction for {,stackless_}python.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 516eac521283..6916723136ba 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -16,6 +16,7 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org
COMMENT?= An interpreted object-oriented programming language
+CONFLICTS= stackless_python-*
DIST_SUBDIR= python
WRKSRC= ${PYTHON_WRKSRC}
GNU_CONFIGURE= yes
@@ -123,7 +124,7 @@ post-extract:
${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \
${WRKSRC}/Tools/scripts/idle > ${WRKDIR}/idle2.3
-post-patch:
+pre-patch:
${REINPLACE_CMD} -e \
's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
${WRKSRC}/Lib/pydoc.py