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-ptex-fontmaps | |
parent | efc25224799b6a63c8fd9a492ce09e56cbdaefc4 (diff) | |
download | pkgsrc-629fc04462dec9f950cff19f18bd91024611dcb2.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'fonts/tex-ptex-fontmaps')
-rw-r--r-- | fonts/tex-ptex-fontmaps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-ptex-fontmaps/Makefile b/fonts/tex-ptex-fontmaps/Makefile index 36ff6096b43..4ae0b4d8a54 100644 --- a/fonts/tex-ptex-fontmaps/Makefile +++ b/fonts/tex-ptex-fontmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/08/11 13:21:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2019/12/06 19:32:20 markd Exp $ DISTNAME= ptex-fontmaps PKGNAME= tex-${DISTNAME}-20190506.0 @@ -19,5 +19,6 @@ USE_TOOLS+= perl:run REPLACE_PERL+= texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl REPLACE_PERL+= texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |