summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjym <jym@pkgsrc.org>2011-07-04 22:08:01 +0000
committerjym <jym@pkgsrc.org>2011-07-04 22:08:01 +0000
commitddd01b8b1af6a3bdc433f7fc2cbbc94cfa174e91 (patch)
tree85e61f9d61e427ea8b26627bcca11a0502f99a7f /editors
parent9893cdd18661a40bdb4c2aaca7d747daedf7f7b7 (diff)
downloadpkgsrc-ddd01b8b1af6a3bdc433f7fc2cbbc94cfa174e91.tar.gz
check-interpreter fix.
Diffstat (limited to 'editors')
-rw-r--r--editors/TeXmacs-devel/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/TeXmacs-devel/Makefile b/editors/TeXmacs-devel/Makefile
index 72c8c688ecd..06b9d323487 100644
--- a/editors/TeXmacs-devel/Makefile
+++ b/editors/TeXmacs-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/03/11 14:19:09 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/04 22:08:01 jym Exp $
DISTNAME= TeXmacs-1.0.7.10-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -22,12 +22,15 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/share
TEX_ACCEPTED= teTeX3
PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python
+PYTHON_PATCH_SCRIPTS+= plugins/mathematica/bin/realpath.py
+PYTHON_PATCH_SCRIPTS+= plugins/sage/bin/tm_sage
SUBST_CLASSES+= init
SUBST_STAGE.init= post-patch
SUBST_FILES.init= plugins/python/progs/init-python.scm
SUBST_SED.init= -e 's,@PYTHONBIN@,${PYTHONBIN},g'
+REPLACE_SH+= plugins/asymptote/bin/tm_asy
REPLACE_SH+= plugins/dratex/bin/tm_dratex
REPLACE_SH+= plugins/eukleides/bin/tm_eukleides
REPLACE_SH+= plugins/gnuplot/bin/tm_gnuplot
@@ -39,8 +42,12 @@ REPLACE_SH+= plugins/maxima/bin/tm_maxima
REPLACE_SH+= plugins/mupad/bin/tm_mupad_help
REPLACE_SH+= plugins/octave/bin/tm_octave
REPLACE_SH+= plugins/reduce/bin/tm_reduce
+REPLACE_SH+= plugins/texgraph/bin/tm_texgraph
REPLACE_SH+= plugins/xypic/bin/tm_xypic
+REPLACE_PERL+= plugins/asymptote/bin/perl-tm_asy
+REPLACE_PERL+= plugins/asymptote/bin/tm_asy2
+
pre-install:
${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log
${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM}