diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 22:13:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 22:13:55 +0800 |
commit | 7033191b8f0527c00616c629a9d47a180f4c89f9 (patch) | |
tree | 346c4ba9631c4f3668de12311419794ea5f72fa9 /editors | |
parent | 69641b9788cfd871e437f7ee7ffffaa0c8caa62d (diff) | |
download | freebsd-ports-gnome-7033191b8f0527c00616c629a9d47a180f4c89f9.tar.gz freebsd-ports-gnome-7033191b8f0527c00616c629a9d47a180f4c89f9.tar.zst freebsd-ports-gnome-7033191b8f0527c00616c629a9d47a180f4c89f9.zip |
- Fix shebangs
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmacs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index b8ac4a14435e..987cb6eec21e 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmacs PORTVERSION= 1.99.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/tmftp/source/ DISTNAME= TeXmacs-${PORTVERSION}-src @@ -30,7 +30,9 @@ ALL_TARGET= ${PORTNAME:tu} SHEBANG_FILES= plugins/asymptote/bin/* plugins/dratex/bin/* \ plugins/eukleides/bin/* plugins/feynmf/bin/* \ plugins/mupad/bin/* plugins/texgraph/bin/* \ - plugins/xypic/bin/* + plugins/xypic/bin/* \ + plugins/python/bin/tm_python plugins/sage/bin/tm_sage \ + plugins/mathematica/bin/realpath.py DATADIR= ${PREFIX}/share/TeXmacs |