diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-utils/Makefile | 8 |
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 \ |