svn commit: r439220 - head/print/texlive-texmf

Martin Wilke miwi at FreeBSD.org
Sun Apr 23 11:03:24 UTC 2017


Author: miwi
Date: Sun Apr 23 11:03:22 2017
New Revision: 439220
URL: https://svnweb.freebsd.org/changeset/ports/439220

Log:
  -Fix shebangs

Modified:
  head/print/texlive-texmf/Makefile

Modified: head/print/texlive-texmf/Makefile
==============================================================================
--- head/print/texlive-texmf/Makefile	Sun Apr 23 10:58:50 2017	(r439219)
+++ head/print/texlive-texmf/Makefile	Sun Apr 23 11:03:22 2017	(r439220)
@@ -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, te
 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>


More information about the svn-ports-head mailing list