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-mf2pt1 | |
parent | efc25224799b6a63c8fd9a492ce09e56cbdaefc4 (diff) | |
download | pkgsrc-629fc04462dec9f950cff19f18bd91024611dcb2.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'fonts/tex-mf2pt1')
-rw-r--r-- | fonts/tex-mf2pt1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-mf2pt1/Makefile b/fonts/tex-mf2pt1/Makefile index 9a241ca4041..6770a7fa44c 100644 --- a/fonts/tex-mf2pt1/Makefile +++ b/fonts/tex-mf2pt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/08/11 13:21:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2019/12/06 19:30:15 markd Exp $ DISTNAME= mf2pt1 PKGNAME= tex-${DISTNAME}-2.5a @@ -15,6 +15,7 @@ REPLACE_PERL= bin/mf2pt1 INSTALLATION_DIRS+= bin +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" post-extract: |