summaryrefslogtreecommitdiff
path: root/editors/TeXmacs
diff options
context:
space:
mode:
authorjym <jym@pkgsrc.org>2011-07-04 21:58:37 +0000
committerjym <jym@pkgsrc.org>2011-07-04 21:58:37 +0000
commit9893cdd18661a40bdb4c2aaca7d747daedf7f7b7 (patch)
tree04eaa1df05afd658fd31066123c225e1fca5dc3a /editors/TeXmacs
parentfa7b3e45dba3d3a0443c1806b59db27bf1c5ab22 (diff)
downloadpkgsrc-9893cdd18661a40bdb4c2aaca7d747daedf7f7b7.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/Makefile7
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}