diff options
author | markd <markd@pkgsrc.org> | 2016-06-18 20:55:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-06-18 20:55:01 +0000 |
commit | e4094db803153709f565756dd2b36ef7c6701124 (patch) | |
tree | 1ee47261edf0b1611c75dd7408c8a1848ee31b47 /print | |
parent | e6376c6bfeda8672bfd47f3eabd5f9ec0de13a07 (diff) | |
download | pkgsrc-e4094db803153709f565756dd2b36ef7c6701124.tar.gz |
Uses perl.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-pdftex-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-pdftex-doc/Makefile b/print/tex-pdftex-doc/Makefile index 071bcbbff9b..27ba642a88e 100644 --- a/print/tex-pdftex-doc/Makefile +++ b/print/tex-pdftex-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/06/16 04:06:14 markd Exp $ +# $NetBSD: Makefile,v 1.17 2016/06/18 20:55:01 markd Exp $ DISTNAME= pdftex.doc PKGNAME= tex-${DISTNAME:S/./-/}-2016 @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/man/man1/pdftex.1 +USE_TOOLS+= perl:run REPLACE_PERL+= texmf-dist/doc/pdftex/manual/syntaxform.pl .include "../../print/texlive/package.mk" |