From ea106e9e545188bd2a456f8d3612c53d34cec379 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 19 Jun 2011 05:29:24 +0000 Subject: REPLACE_INTERPRETER+=WISH --- cad/covered-current/Makefile | 10 +++++++++- cad/covered/Makefile | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'cad') diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile index 5e252053a1e..442ae649c1a 100644 --- a/cad/covered-current/Makefile +++ b/cad/covered-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:15 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2011/06/19 05:33:45 dholland Exp $ # DISTNAME= covered-${SNAPDATE} @@ -21,6 +21,14 @@ SNAPDATE= 20060904 GNU_CONFIGURE= YES USE_TOOLS+= bison gmake lex +REPLACE_INTERPRETER+= WISH +REPLACE.WISH.old= .*wish +REPLACE.WISH.new= ${PREFIX}/bin/wish +REPLACE_FILES.WISH= scripts/main_view.tcl +REPLACE_FILES.WISH+= scripts/menu_create.tcl +REPLACE_FILES.WISH+= scripts/preferences.tcl +REPLACE_FILES.WISH+= scripts/summary.tcl + # we use this hack of setting a cache variable because # the configure script uses AC_PATH_PROG to try and find # the *Config.sh scripts but these are not installed with diff --git a/cad/covered/Makefile b/cad/covered/Makefile index d10dc3f9ae0..1638981b59f 100644 --- a/cad/covered/Makefile +++ b/cad/covered/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:15 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2011/06/19 05:29:24 dholland Exp $ # DISTNAME= covered-0.4.7 @@ -19,6 +19,14 @@ CONFLICTS+= covered-current-[0-9]* GNU_CONFIGURE= YES USE_TOOLS+= bison gmake lex +REPLACE_INTERPRETER+= WISH +REPLACE.WISH.old= .*wish +REPLACE.WISH.new= ${PREFIX}/bin/wish +REPLACE_FILES.WISH= scripts/main_view.tcl +REPLACE_FILES.WISH+= scripts/menu_create.tcl +REPLACE_FILES.WISH+= scripts/preferences.tcl +REPLACE_FILES.WISH+= scripts/summary.tcl + # we use this hack of setting a cache variable because # the configure script uses AC_PATH_PROG to try and find # the *Config.sh scripts but these are not installed with -- cgit v1.2.3