diff options
author | ghen <ghen@pkgsrc.org> | 2007-11-02 10:31:21 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-11-02 10:31:21 +0000 |
commit | 6ac445039cafec12e0c036aa43bc1b0d5ea154eb (patch) | |
tree | 22f1322d4f03b1c48e77ffc630fef2f764dd2eab /editors/TeXmacs | |
parent | 2a2192181341ef18164e37fd95efafcde0609c1b (diff) | |
download | pkgsrc-6ac445039cafec12e0c036aa43bc1b0d5ea154eb.tar.gz |
Use REPLACE_SH shortcut for REPLACE_INTERPRETER.
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r-- | editors/TeXmacs/Makefile | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 5302b7fd199..6db2df89c60 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2007/09/05 16:40:34 drochner Exp $ +# $NetBSD: Makefile,v 1.71 2007/11/02 10:31:21 ghen Exp $ DISTNAME= TeXmacs-1.0.6.11-src PKGNAME= ${DISTNAME:S/-src//} @@ -24,21 +24,18 @@ SUBST_STAGE.init= post-patch SUBST_FILES.init= plugins/python/progs/init-python.scm SUBST_SED.init= -e 's,@PYTHONBIN@,${PYTHONBIN},g' -REPLACE_INTERPRETER+= bash -REPLACE.bash.old= /bin/bash -REPLACE.bash.new= ${SH} -REPLACE_FILES.bash+= plugins/dratex/bin/tm_dratex -REPLACE_FILES.bash+= plugins/eukleides/bin/tm_eukleides -REPLACE_FILES.bash+= plugins/gnuplot/bin/tm_gnuplot -REPLACE_FILES.bash+= plugins/lisp/bin/tm_lisp -REPLACE_FILES.bash+= plugins/lush/bin/tm_lush -REPLACE_FILES.bash+= plugins/matlab/bin/tm_matlab -REPLACE_FILES.bash+= plugins/maxima/bin/maxima_detect -REPLACE_FILES.bash+= plugins/maxima/bin/tm_maxima -REPLACE_FILES.bash+= plugins/mupad/bin/tm_mupad_help -REPLACE_FILES.bash+= plugins/octave/bin/tm_octave -REPLACE_FILES.bash+= plugins/reduce/bin/tm_reduce -REPLACE_FILES.bash+= plugins/xypic/bin/tm_xypic +REPLACE_SH+= plugins/dratex/bin/tm_dratex +REPLACE_SH+= plugins/eukleides/bin/tm_eukleides +REPLACE_SH+= plugins/gnuplot/bin/tm_gnuplot +REPLACE_SH+= plugins/lisp/bin/tm_lisp +REPLACE_SH+= plugins/lush/bin/tm_lush +REPLACE_SH+= plugins/matlab/bin/tm_matlab +REPLACE_SH+= plugins/maxima/bin/maxima_detect +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/xypic/bin/tm_xypic pre-install: ${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log |