diff options
author | markd <markd@pkgsrc.org> | 2019-12-06 19:29:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-06 19:29:29 +0000 |
commit | 629fc04462dec9f950cff19f18bd91024611dcb2 (patch) | |
tree | c02c69997a3610ea1e1d75f4730100cf11c52498 /fonts/tex-lato | |
parent | efc25224799b6a63c8fd9a492ce09e56cbdaefc4 (diff) | |
download | pkgsrc-629fc04462dec9f950cff19f18bd91024611dcb2.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'fonts/tex-lato')
-rw-r--r-- | fonts/tex-lato/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-lato/Makefile b/fonts/tex-lato/Makefile index d4f12bbe379..a8e854d9ecc 100644 --- a/fonts/tex-lato/Makefile +++ b/fonts/tex-lato/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/08/06 11:14:06 markd Exp $ +# $NetBSD: Makefile,v 1.4 2019/12/06 19:30:10 markd Exp $ DISTNAME= lato PKGNAME= tex-${DISTNAME}-3.3 @@ -11,5 +11,6 @@ LICENSE= ofl-v1.1 AND lppl-1.3c TEX_MAP_FILES+= lato.map +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |