diff options
author | markd <markd@pkgsrc.org> | 2019-12-06 20:17:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-06 20:17:03 +0000 |
commit | 9103771cebc05e5a52b4b786922ae2bc47981fac (patch) | |
tree | b8af326b0fb20ebffe0663b96cecb131b051589e /print/tex-aleph | |
parent | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (diff) | |
download | pkgsrc-9103771cebc05e5a52b4b786922ae2bc47981fac.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'print/tex-aleph')
-rw-r--r-- | print/tex-aleph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-aleph/Makefile b/print/tex-aleph/Makefile index 0bbb5516817..dc03d08534f 100644 --- a/print/tex-aleph/Makefile +++ b/print/tex-aleph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/09/06 16:49:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/06 20:18:46 markd Exp $ DISTNAME= aleph PKGNAME= tex-${DISTNAME}-0.2.40768 @@ -18,6 +18,7 @@ INSTALLATION_DIRS+= bin TEX_FORMATS+= "aleph aleph - *aleph.ini\\nlamed aleph language.dat *lambda.ini\\n" TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" post-install: |