summaryrefslogtreecommitdiff
path: root/devel/R-tcltk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-26 00:54:56 +0000
committerwiz <wiz@pkgsrc.org>2019-09-26 00:54:56 +0000
commiteaffbd378baf15f01db1afeabc9b5ef0a448cc8e (patch)
treeec17004f5aef5d66b6988f9e51d8207cbc0a8f99 /devel/R-tcltk2
parent50652002f972e661a24d42dfb257619199ad4416 (diff)
downloadpkgsrc-eaffbd378baf15f01db1afeabc9b5ef0a448cc8e.tar.gz
R-tcltk2: update to 1.2.11nb1.
Fix wish interpreter path in installed files. Bump PKGREVISION.
Diffstat (limited to 'devel/R-tcltk2')
-rw-r--r--devel/R-tcltk2/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/R-tcltk2/Makefile b/devel/R-tcltk2/Makefile
index 000b1b86081..88f3b553302 100644
--- a/devel/R-tcltk2/Makefile
+++ b/devel/R-tcltk2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:40 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/26 00:54:56 wiz Exp $
R_PKGNAME= tcltk2
R_PKGVER= 1.2-11
+PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -17,6 +18,14 @@ REPLACE.tcl.old= .*tclsh[^[:space:]]*
REPLACE.tcl.new= ${TCLSH}
REPLACE_FILES.tcl= inst/tklibs/ctext3.2/function_finder.tcl
+REPLACE_INTERPRETER+= wish
+REPLACE.wish.old= /usr/bin/wish
+REPLACE.wish.new= ${PREFIX}/bin/wish
+REPLACE_FILES.wish+= inst/tklibs/notebook1.3/example.tcl
+REPLACE_FILES.wish+= inst/tklibs/tree1.7/tree.tcl
+REPLACE_FILES.wish+= inst/tklibs/tree1.7/example.tcl
+REPLACE_FILES.wish+= inst/tklibs/choosefont0.2/example.tcl
+
.include "../../math/R/Makefile.extension"
.include "../../lang/python/application.mk"
.include "../../lang/tcl/buildlink3.mk"