aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-02-27 13:00:06 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-02-27 13:00:06 +0000
commitebd4836132ddff6ade16f6e8f3a0ffc46d06b598 (patch)
tree3de56f2a9e92a7efc9269d52202fea3b776d9778 /lang/python
parentecd25361c6de599f07ef644ce10f76258af9bb30 (diff)
downloadports-ebd4836132ddff6ade16f6e8f3a0ffc46d06b598.tar.gz
ports-ebd4836132ddff6ade16f6e8f3a0ffc46d06b598.zip
Notes
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 516eac521283..6916723136ba 100644
--- a/lang/python/Makefile
+++ b/lang/python/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