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-texdoc | |
parent | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (diff) | |
download | pkgsrc-9103771cebc05e5a52b4b786922ae2bc47981fac.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'print/tex-texdoc')
-rw-r--r-- | print/tex-texdoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-texdoc/Makefile b/print/tex-texdoc/Makefile index a0a159c1de4..61ab3a71df0 100644 --- a/print/tex-texdoc/Makefile +++ b/print/tex-texdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/05/12 03:26:38 markd Exp $ +# $NetBSD: Makefile,v 1.13 2019/12/06 20:23:26 markd Exp $ DISTNAME= texdoc PKGNAME= tex-${DISTNAME}-2019 @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 REPLACE_TEXLUA= bin/texdoc +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" post-extract: |