diff options
author | markd <markd@pkgsrc.org> | 2019-12-06 20:04:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-06 20:04:17 +0000 |
commit | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (patch) | |
tree | d82cb286704a3ebbe4cf516cba157503abe9bec4 /graphics/tex-featpost-doc | |
parent | 629fc04462dec9f950cff19f18bd91024611dcb2 (diff) | |
download | pkgsrc-8740f88f4f9fa69f5fd3050f109188bfcccd929c.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'graphics/tex-featpost-doc')
-rw-r--r-- | graphics/tex-featpost-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tex-featpost-doc/Makefile b/graphics/tex-featpost-doc/Makefile index 0ffb8013991..e1105f4b09c 100644 --- a/graphics/tex-featpost-doc/Makefile +++ b/graphics/tex-featpost-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:39 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:04:22 markd Exp $ DISTNAME= featpost.doc PKGNAME= tex-${DISTNAME:S/./-/}-0.8.8 @@ -13,5 +13,6 @@ REPLACE_SH+= doc/metapost/featpost/bash/COMPILE.sh REPLACE_SH+= doc/metapost/featpost/bash/laproof.sh REPLACE_SH+= doc/metapost/featpost/bash/makehtmlindex.sh +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |