diff options
Diffstat (limited to 'fonts/tex-newtx-doc/Makefile')
-rw-r--r-- | fonts/tex-newtx-doc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/tex-newtx-doc/Makefile b/fonts/tex-newtx-doc/Makefile index 9cd638a5e88..0e4d62ae443 100644 --- a/fonts/tex-newtx-doc/Makefile +++ b/fonts/tex-newtx-doc/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:31:45 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2020/04/26 12:21:18 markd Exp $ DISTNAME= newtx.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.554 -TEXLIVE_REV= 47889 +PKGNAME= tex-${DISTNAME:S/./-/}-1.625 +TEXLIVE_REV= 54080 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/newtx COMMENT= Documentation for tex-newtx LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |