diff options
author | drochner <drochner@pkgsrc.org> | 2006-12-15 19:24:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-12-15 19:24:30 +0000 |
commit | 2e8e02fd4149dfdc905f75ecc4c3f0119d3907cf (patch) | |
tree | f4aedc7f81993d179d7e29cbf381557f65640265 /editors/TeXmacs/Makefile | |
parent | fa0ec919a89b400ef5a272c2c5c2a2c813dba796 (diff) | |
download | pkgsrc-2e8e02fd4149dfdc905f75ecc4c3f0119d3907cf.tar.gz |
update to 1.0.6.7
changes:
Better LaTeX export of elsart style and other fixes in the LaTeX converter
Several minor improvements in the graphical mode
Fixes for Maxima 5.10.0
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r-- | editors/TeXmacs/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 8f577f89b55..3e2c11cfd2f 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2006/11/09 21:01:45 drochner Exp $ +# $NetBSD: Makefile,v 1.64 2006/12/15 19:24:30 drochner Exp $ -DISTNAME= TeXmacs-1.0.6.6-src +DISTNAME= TeXmacs-1.0.6.7-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ @@ -40,12 +40,6 @@ REPLACE_FILES.bash+= plugins/octave/bin/tm_octave REPLACE_FILES.bash+= plugins/reduce/bin/tm_reduce REPLACE_FILES.bash+= plugins/xypic/bin/tm_xypic -# temporary to support maxima-5.10 -# can probably go away on next TeXmacs update -post-extract: - ${CP} ${FILESDIR}/texmacs-maxima-5.10.0.lisp \ - ${WRKSRC}/plugins/maxima/lisp - pre-install: ${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log ${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM} |