pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Remove support for PYTHON_PATCH_SCRIPTS; u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5aef418279c0
branches: trunk
changeset: 629660:5aef418279c0
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 25 10:45:50 2014 +0000
description:
Remove support for PYTHON_PATCH_SCRIPTS; use REPLACE_PYTHON.
diffstat:
lang/python/application.mk | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r cf929ae0e1ee -r 5aef418279c0 lang/python/application.mk
--- a/lang/python/application.mk Sat Jan 25 10:45:15 2014 +0000
+++ b/lang/python/application.mk Sat Jan 25 10:45:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.10 2010/07/24 18:12:11 gdt Exp $
+# $NetBSD: application.mk,v 1.11 2014/01/25 10:45:50 wiz Exp $
#
# Replace the #! interpreter for Python scripts.
#
@@ -12,17 +12,14 @@
# REPLACE_PYTHON
# A list of Python scripts to be installed, relative to ${WRKSRC}.
#
-# PYTHON_PATCH_SCRIPTS
-# The same as REPLACE_PYTHON.
-#
# Keywords: python
#
.include "../../lang/python/pyversion.mk"
-.if defined(PYTHON_PATCH_SCRIPTS) || defined(REPLACE_PYTHON)
+.if defined(REPLACE_PYTHON)
REPLACE_INTERPRETER+= python
REPLACE.python.old= .*python[^ ]*
REPLACE.python.new= ${PYTHONBIN}
-REPLACE_FILES.python= ${PYTHON_PATCH_SCRIPTS} ${REPLACE_PYTHON}
+REPLACE_FILES.python= ${REPLACE_PYTHON}
.endif
Home |
Main Index |
Thread Index |
Old Index