Date: Fri, 21 Apr 2017 14:13:56 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439076 - head/editors/texmacs Message-ID: <201704211413.v3LEDu0H026865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 14:13:55 2017 New Revision: 439076 URL: https://svnweb.freebsd.org/changeset/ports/439076 Log: - Fix shebangs Modified: head/editors/texmacs/Makefile Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Fri Apr 21 14:13:43 2017 (r439075) +++ head/editors/texmacs/Makefile Fri Apr 21 14:13:55 2017 (r439076) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211413.v3LEDu0H026865>