From 7c8377a6af6885ae778bc2d351adf5172ad4ce2f Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 22 Jul 2006 00:36:19 +0000 Subject: Fix a replace-interpreter error. PKGREVISION will be bumped shortly after PLIST changes for Linux. --- lang/python15/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lang') 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 -- cgit v1.2.3