summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-23 11:03:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-23 11:03:22 +0000
commit5ccd27dd1d3c06baf3e51199162baa4a84cd81b3 (patch)
tree1a8cc662568bf612f38ea82a3a323d5901a475d0 /print
parentUpdate devel/elixir-crontab to version 1.1.0. (diff)
-Fix shebangs
Notes
Notes: svn path=/head/; revision=439220
Diffstat (limited to 'print')
-rw-r--r--print/texlive-texmf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile
index 55c1ae0dd277..cfec7e4d1285 100644
--- a/print/texlive-texmf/Makefile
+++ b/print/texlive-texmf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= texlive
PORTVERSION= 20150523
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2015/:texmf \
LOCAL/hrs:latex
@@ -18,7 +18,7 @@ COMMENT= TeX Live Typesetting System, texmf Tree
CONFLICTS_INSTALL= texlive-base-201[234]* \
texlive-texmf-201[234]*
-USES= shebangfix tar:xz
+USES= python:run shebangfix tar:xz
USE_TEX= basic:extract base tlmgr:run texhash
TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR}
NO_BUILD= yes
@@ -280,5 +280,8 @@ post-install:
${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/shipunov/biokey2html.sh
@${REINPLACE_CMD} -i '' -e '1s|/usr/bin/perl|${perl_CMD}|' \
${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/mycv/mycv_split_contents.pl
+ @${REINPLACE_CMD} -i '' -e '1s|/usr/bin/env python|${python_CMD}|' \
+ ${STAGEDIR}${PREFIX}/share/texmf-dist/asymptote/GUI/*.py \
+ ${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/*/*.py
.include <bsd.port.mk>