summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorghen <ghen>2006-03-11 10:07:49 +0000
committerghen <ghen>2006-03-11 10:07:49 +0000
commitba064a8e01efe6fde67eb2da70fd73ddb23198e1 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /cad
parent3eb9589ff4a2f41aa6d340b5f0b23accad097136 (diff)
downloadpkgsrc-ba064a8e01efe6fde67eb2da70fd73ddb23198e1.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 'cad')
-rw-r--r--cad/geda-utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index 2c7f8635d0a..421345156cb 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/02/05 23:08:21 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2006/03/11 10:07:49 ghen Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
@@ -26,9 +26,9 @@ post-patch:
EVAL_PREFIX+= PYDIR=python
REPLACE_INTERPRETER+= python
-_REPLACE.python.old= .*/bin/python
-_REPLACE.python.new= ${PYDIR}/bin/python
-_REPLACE_FILES.python= scripts/tragesym
+REPLACE.python.old= .*/bin/python
+REPLACE.python.new= ${PYDIR}/bin/python
+REPLACE_FILES.python= scripts/tragesym
REPLACE_PERL+= scripts/pads_backannotate \
scripts/gschupdate \