pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python15 Fix a replace-interpreter error. PKGREV...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e4c1d930b5a
branches: trunk
changeset: 516498:7e4c1d930b5a
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jul 22 00:36:19 2006 +0000
description:
Fix a replace-interpreter error. PKGREVISION will be bumped shortly
after PLIST changes for Linux.
diffstat:
lang/python15/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r cf10ea7b41a3 -r 7e4c1d930b5a lang/python15/Makefile
--- a/lang/python15/Makefile Sat Jul 22 00:09:18 2006 +0000
+++ b/lang/python15/Makefile Sat Jul 22 00:36:19 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index