diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-27 13:00:06 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-27 13:00:06 +0000 |
commit | ebd4836132ddff6ade16f6e8f3a0ffc46d06b598 (patch) | |
tree | 3de56f2a9e92a7efc9269d52202fea3b776d9778 /lang/python | |
parent | ecd25361c6de599f07ef644ce10f76258af9bb30 (diff) | |
download | ports-ebd4836132ddff6ade16f6e8f3a0ffc46d06b598.tar.gz ports-ebd4836132ddff6ade16f6e8f3a0ffc46d06b598.zip |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 3 |
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 |