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

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 12 12:00:34 UTC 2015


Author: amdmi3
Date: Wed Aug 12 12:00:33 2015
New Revision: 394017
URL: https://svnweb.freebsd.org/changeset/ports/394017

Log:
  - Fix shebangs
  - Add NO_ARCH
  - Fix NO_WRKSRC (should be NO_WRKSUBDIR)
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/print/texlive-texmf/Makefile

Modified: head/print/texlive-texmf/Makefile
==============================================================================
--- head/print/texlive-texmf/Makefile	Wed Aug 12 11:37:40 2015	(r394016)
+++ head/print/texlive-texmf/Makefile	Wed Aug 12 12:00:33 2015	(r394017)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150523
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	ftp://ftp.tug.org/historic/systems/texlive/2015/:texmf \
 		LOCAL/hrs:latex
@@ -18,11 +18,12 @@ COMMENT=	TeX Live Typesetting System, te
 CONFLICTS_INSTALL=	texlive-base-201[234]* \
 			texlive-texmf-201[234]*
 
-USES=		tar:xz
+USES=		shebangfix tar:xz
 USE_TEX=	basic:extract base tlmgr:run texhash
 TEXHASHDIRS=	${TEXMFDIR} ${TEXMFDISTDIR}
 NO_BUILD=	yes
-NO_WRKSRC=	yes
+NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 
 EXCLUDE_FILES=	\*/doc/man \
 	texmf-dist/ls-R \
@@ -271,4 +272,12 @@ do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/source
 	${TOUCH} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/source/.keep_me
 
+post-install:
+	@${REINPLACE_CMD} -i '' -e '1s|${bash_OLD_CMD}|${bash_CMD}|' \
+		${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/logicpuzzle/createlpsudoku \
+		${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/logicpuzzle/lpsmag \
+		${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/shipunov/biokey2html.sh
+	@${REINPLACE_CMD} -i '' -e '1s|${perl_OLD_CMD}|${perl_CMD}|' \
+		${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/mycv/mycv_split_contents.pl
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list