Thu Mar 21 12:09:19 2024 UTC (67d)
tex-context-texlive: no homepage


(markd)
diff -r1.3 -r1.4 pkgsrc/print/tex-context-texlive/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-context-texlive/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-context-texlive/Makefile 2024/03/21 11:58:46 1.3
+++ pkgsrc/print/tex-context-texlive/Makefile 2024/03/21 12:09:19 1.4
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2024/03/21 11:58:46 markd Exp $ 1# $NetBSD: Makefile,v 1.4 2024/03/21 12:09:19 markd Exp $
2 2
3DISTNAME= context-texlive 3DISTNAME= context-texlive
4PKGNAME= tex-${DISTNAME}-2024 4PKGNAME= tex-${DISTNAME}-2024
5TEXLIVE_REV= 70437 5TEXLIVE_REV= 70437
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/context-texlive 
9COMMENT= TL-specific helpers for ConTeXt (caches, papersize) 8COMMENT= TL-specific helpers for ConTeXt (caches, papersize)
10 9
11INSTALLATION_DIRS+= bin 10INSTALLATION_DIRS+= bin
12 11
13post-install: 12post-install:
14 ${LN} -s ${PREFIX}/share/texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit ${DESTDIR}${PREFIX}/bin/contextjit 13 ${LN} -s ${PREFIX}/share/texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit ${DESTDIR}${PREFIX}/bin/contextjit
15 ${LN} -s ${PREFIX}/share/texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools ${DESTDIR}${PREFIX}/bin/luatools 14 ${LN} -s ${PREFIX}/share/texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools ${DESTDIR}${PREFIX}/bin/luatools
16 ${LN} -s ${PREFIX}/share/texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit ${DESTDIR}${PREFIX}/bin/mtxrunjit 15 ${LN} -s ${PREFIX}/share/texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit ${DESTDIR}${PREFIX}/bin/mtxrunjit
17 16
18.include "../../print/texlive/package.mk" 17.include "../../print/texlive/package.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"