diff options
author | jym <jym@pkgsrc.org> | 2011-07-04 21:58:37 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-07-04 21:58:37 +0000 |
commit | e3f022dea108798d66493a940b2d0b0fcbd44148 (patch) | |
tree | 04eaa1df05afd658fd31066123c225e1fca5dc3a /editors/TeXmacs | |
parent | f48bee7fbe464d333dde749d27f65d93153cfe6b (diff) | |
download | pkgsrc-e3f022dea108798d66493a940b2d0b0fcbd44148.tar.gz |
Reuse the PYTHON_PATCH_SCRIPTS for interpreter fix. This is obviously
the same as my previous patch, no functional change.
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r-- | editors/TeXmacs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index c55ba66c5bb..89d0a5d1d70 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2011/07/04 21:33:52 jym Exp $ +# $NetBSD: Makefile,v 1.91 2011/07/04 21:58:37 jym Exp $ DISTNAME= TeXmacs-1.0.6.15-src PKGNAME= ${DISTNAME:S/-src//} @@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/share TEX_ACCEPTED= teTeX3 PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python +PYTHON_PATCH_SCRIPTS+= plugins/sage/bin/tm_sage +PYTHON_PATCH_SCRIPTS+= plugins/mathematica/bin/realpath.py SUBST_CLASSES+= init SUBST_STAGE.init= post-patch @@ -42,9 +44,6 @@ REPLACE_SH+= plugins/octave/bin/tm_octave REPLACE_SH+= plugins/reduce/bin/tm_reduce REPLACE_SH+= plugins/xypic/bin/tm_xypic -REPLACE_PYTHON+= plugins/sage/bin/tm_sage -REPLACE_PYTHON+= plugins/mathematica/bin/realpath.py - pre-install: ${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log ${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM} |