diff options
author | markd <markd> | 2016-06-18 20:55:01 +0000 |
---|---|---|
committer | markd <markd> | 2016-06-18 20:55:01 +0000 |
commit | 135748ea6b76f891494a14ead98fa8bffaddfda6 (patch) | |
tree | 332980a6129f3ab8db44c4b5f2421c22b6424202 /print | |
parent | beb860f326e18ad99f6b39d8e4e262f0f10e29c1 (diff) | |
download | pkgsrc-135748ea6b76f891494a14ead98fa8bffaddfda6.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" |