diff options
Diffstat (limited to 'print/tex-csbulletin-doc/Makefile')
-rw-r--r-- | print/tex-csbulletin-doc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/tex-csbulletin-doc/Makefile b/print/tex-csbulletin-doc/Makefile index a02eb437eca..7befc5c82fe 100644 --- a/print/tex-csbulletin-doc/Makefile +++ b/print/tex-csbulletin-doc/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:33:57 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/05/01 00:15:12 markd Exp $ DISTNAME= csbulletin.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.2 -TEXLIVE_REV= 49681 +PKGNAME= tex-${DISTNAME:S/./-/}-2020 +TEXLIVE_REV= 54433 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/csbulletin COMMENT= Documentation for tex-csbulletin LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |