summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-11 10:07:49 +0000
committerghen <ghen@pkgsrc.org>2006-03-11 10:07:49 +0000
commita527d84ce0123fb8dc070f189fece884178a5b96 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /lang/python
parent1201f6fa6d70310f4959bf4d12fa53dc86569a34 (diff)
downloadpkgsrc-a527d84ce0123fb8dc070f189fece884178a5b96.tar.gz
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/application.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/application.mk b/lang/python/application.mk
index 6f6da2879d8..20184232129 100644
--- a/lang/python/application.mk
+++ b/lang/python/application.mk
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.6 2004/03/02 15:26:02 drochner Exp $
+# $NetBSD: application.mk,v 1.7 2006/03/11 10:07:50 ghen Exp $
.include "../../lang/python/pyversion.mk"
@@ -8,7 +8,7 @@
.if defined(PYTHON_PATCH_SCRIPTS)
REPLACE_INTERPRETER+= python
-_REPLACE.python.old= .*python[^ ]*
-_REPLACE.python.new= ${PYTHONBIN}
-_REPLACE_FILES.python= ${PYTHON_PATCH_SCRIPTS}
+REPLACE.python.old= .*python[^ ]*
+REPLACE.python.new= ${PYTHONBIN}
+REPLACE_FILES.python= ${PYTHON_PATCH_SCRIPTS}
.endif