summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-07-22 00:36:19 +0000
committerminskim <minskim@pkgsrc.org>2006-07-22 00:36:19 +0000
commit7c8377a6af6885ae778bc2d351adf5172ad4ce2f (patch)
tree13d8aa075985d3aeecd37078a754fd32f9943106 /lang
parentdd70876289905771e7a762cb6870e3dceb760be0 (diff)
downloadpkgsrc-7c8377a6af6885ae778bc2d351adf5172ad4ce2f.tar.gz
Fix a replace-interpreter error. PKGREVISION will be bumped shortly
after PLIST changes for Linux.
Diffstat (limited to 'lang')
-rw-r--r--lang/python15/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index 38b88a905bc..331fd976624 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:55 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/07/22 00:36:19 minskim Exp $
#
DISTNAME= py152
@@ -20,6 +20,11 @@ CONFIGURE_ARGS+= --without-thread
INSTALL_TARGET= altinstall
+REPLACE_INTERPRETER+= py15
+REPLACE.py15.old= .*python[^ ]*
+REPLACE.py15.new= ${PREFIX}/bin/python1.5
+REPLACE_FILES.py15= Lib/cgi.py # explicitly demanded to be patched
+
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= ${.CURDIR}/../../lang/python15/PLIST.common