summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-06-19 05:29:24 +0000
committerdholland <dholland@pkgsrc.org>2011-06-19 05:29:24 +0000
commitea106e9e545188bd2a456f8d3612c53d34cec379 (patch)
treecd2ffdd27469165c67642a3270e13e7836c060ff /cad
parentb230315ee9fb516abb5070d0a6a32a79ed807504 (diff)
downloadpkgsrc-ea106e9e545188bd2a456f8d3612c53d34cec379.tar.gz
REPLACE_INTERPRETER+=WISH
Diffstat (limited to 'cad')
-rw-r--r--cad/covered-current/Makefile10
-rw-r--r--cad/covered/Makefile10
2 files changed, 18 insertions, 2 deletions
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