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-ethiop-t1 | |
parent | efc25224799b6a63c8fd9a492ce09e56cbdaefc4 (diff) | |
download | pkgsrc-629fc04462dec9f950cff19f18bd91024611dcb2.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'fonts/tex-ethiop-t1')
-rw-r--r-- | fonts/tex-ethiop-t1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-ethiop-t1/Makefile b/fonts/tex-ethiop-t1/Makefile index 9af0ae35bce..4b5755dbd2c 100644 --- a/fonts/tex-ethiop-t1/Makefile +++ b/fonts/tex-ethiop-t1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/14 17:36:40 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 19:29:56 markd Exp $ DISTNAME= ethiop-t1 PKGNAME= tex-${DISTNAME}-2014 @@ -11,5 +11,6 @@ LICENSE= gnu-gpl-v2 TEX_MIXEDMAP_FILES+= ethiop.map +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |