From a527d84ce0123fb8dc070f189fece884178a5b96 Mon Sep 17 00:00:00 2001 From: ghen Date: Sat, 11 Mar 2006 10:07:49 +0000 Subject: 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. --- cad/geda-utils/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cad') 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 \ -- cgit v1.2.3