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-ae-doc | |
parent | efc25224799b6a63c8fd9a492ce09e56cbdaefc4 (diff) | |
download | pkgsrc-629fc04462dec9f950cff19f18bd91024611dcb2.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'fonts/tex-ae-doc')
-rw-r--r-- | fonts/tex-ae-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-ae-doc/Makefile b/fonts/tex-ae-doc/Makefile index 2a15e3fef25..3b864ab1b27 100644 --- a/fonts/tex-ae-doc/Makefile +++ b/fonts/tex-ae-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/09/06 16:49:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/06 19:29:30 markd Exp $ # TeX Live Revision 15878 DISTNAME= ae.doc @@ -8,5 +8,6 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-ae LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |