diff options
Diffstat (limited to 'print/tex-tools-doc/Makefile')
-rw-r--r-- | print/tex-tools-doc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/tex-tools-doc/Makefile b/print/tex-tools-doc/Makefile index 318bc71f444..a61c7774998 100644 --- a/print/tex-tools-doc/Makefile +++ b/print/tex-tools-doc/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 23:34:58 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/05/05 12:01:05 markd Exp $ DISTNAME= tools.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2018.49619 -TEXLIVE_REV= 49619 +PKGNAME= tex-${DISTNAME:S/./-/}-2020 +TEXLIVE_REV= 53640 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/latex-tools COMMENT= Documentation for tex-tools LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |