summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-04-23 01:41:36 +0000
committerobache <obache@pkgsrc.org>2011-04-23 01:41:36 +0000
commit9a20cddf002f2e942234fe520bbe7e180ef9e80b (patch)
treed8fa8e4d63051929f4fd1310640590c369458bee /lang
parent4ff7e9e3750d1fc36baf1875789e65999839c297 (diff)
downloadpkgsrc-9a20cddf002f2e942234fe520bbe7e180ef9e80b.tar.gz
more replace interpreter line.
Diffstat (limited to 'lang')
-rw-r--r--lang/python26/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 9d7564459d5..480e5efa180 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2011/04/22 13:42:00 obache Exp $
+# $NetBSD: Makefile,v 1.37 2011/04/23 01:41:36 obache Exp $
.include "dist.mk"
@@ -145,6 +145,13 @@ REPLACE.py26.new= ${PREFIX}/bin/python${PY_VER_SUFFIX}
REPLACE_FILES.py26= Lib/cgi.py # explicitly demanded to be patched
REPLACE_FILES.py26+= Lib/bsddb/dbshelve.py Lib/test/test_bz2.py
REPLACE_FILES.py26+= Lib/test/test_largefile.py Lib/test/test_optparse.py
+REPLACE_FILES.py26+= Lib/*.py
+REPLACE_FILES.py26+= Lib/test/*.py
+REPLACE_FILES.py26+= Lib/bsddb/test/test_dbtables.py
+REPLACE_FILES.py26+= Lib/encodings/rot_13.py
+REPLACE_FILES.py26+= Lib/idlelib/PyShell.py
+REPLACE_FILES.py26+= Lib/lib2to3/pgen2/token.py
+REPLACE_FILES.py26+= Lib/lib2to3/tests/pytree_idempotency.py
SUBST_CLASSES+= findlib
SUBST_MESSAGE.findlib= Fixing find_library_file on Darwin.