diff options
author | minskim <minskim> | 2006-07-22 00:36:19 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-22 00:36:19 +0000 |
commit | 5a55f8d1a8046edaf1c8b94b9f608910624fe942 (patch) | |
tree | 13d8aa075985d3aeecd37078a754fd32f9943106 /lang | |
parent | fa66258b3b17b094fab073f0387cf3890f019b08 (diff) | |
download | pkgsrc-5a55f8d1a8046edaf1c8b94b9f608910624fe942.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/Makefile | 7 |
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 |