summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordholland <dholland>2011-06-19 05:29:24 +0000
committerdholland <dholland>2011-06-19 05:29:24 +0000
commit0c38b36c288efac56f3132fcd8fd641b811ac330 (patch)
treecd2ffdd27469165c67642a3270e13e7836c060ff /cad
parentfdf1237a2e2ac68c001dd7385c6dc8c15518cfdd (diff)
downloadpkgsrc-0c38b36c288efac56f3132fcd8fd641b811ac330.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