summaryrefslogtreecommitdiff
path: root/lang/python31
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-07-09 17:18:00 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-07-09 17:18:00 +0000
commit90c653ebbfee158880bc5fc4eb15ad057288510a (patch)
tree6ae0144fc961163f30ad286f617000b7d94189a8 /lang/python31
parentUpdate to version 0.4.2 (diff)
Allow to install and use 3rd party packages in X11BASE.
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus
Notes
Notes: svn path=/head/; revision=113294
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index a9c98c31e232..f36ec2035a9f 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -6,6 +6,7 @@
PORTNAME= python
PORTVERSION= 2.4.a1
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -118,10 +119,13 @@ post-extract:
${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \
${WRKSRC}/Lib/smtpd.py > ${WRKDIR}/smtpd2.4.py
-post-patch:
- ${REINPLACE_CMD} -e 's,\(PY_VERSION.*\)2\.4a0,\1${PORTVERSION},g' \
- ${WRKSRC}/Include/patchlevel.h
- ${REINPLACE_CMD} -e 's,^.*freenet.*$$,,' ${WRKSRC}/Lib/base64.py
+pre-patch:
+ ${REINPLACE_CMD} -e \
+ 's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
+ ${WRKSRC}/Lib/pydoc.py
+ ${REINPLACE_CMD} -e \
+ 's|^\( *prefixes = .*\)\]$$|\1, "${X11BASE}"]|g' \
+ ${WRKSRC}/Lib/site.py
post-configure:
@# prepare a subdir for shared build