diff options
author | minskim <minskim> | 2007-05-30 00:26:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-05-30 00:26:22 +0000 |
commit | d147cb673c53cc1730ab4612a90cfbb65ebe2c8a (patch) | |
tree | 759ad807d0bb65cb2e556a695fdf34c6adcb84e7 /print | |
parent | feadd066d3f509688c376d1a8d63d93fae88749d (diff) | |
download | pkgsrc-d147cb673c53cc1730ab4612a90cfbb65ebe2c8a.tar.gz |
Set CHECK_INTERPRETER_SKIP for documentation files.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-texmf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile index a292229d5f1..a945480391a 100644 --- a/print/teTeX3-texmf/Makefile +++ b/print/teTeX3-texmf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/11/05 17:34:44 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2007/05/30 00:26:22 minskim Exp $ # DISTNAME= tetex-texmf-3.0 @@ -21,6 +21,8 @@ NO_BUILD= yes REPLACE_PERL+= doc/generic/ruhyphen/reduce-patt doc/generic/ruhyphen/sorthyph # No dependency on Perl. +CHECK_INTERPRETER_SKIP+=share/texmf-dist/doc/generic/ruhyphen/reduce-patt \ + share/texmf-dist/doc/generic/ruhyphen/sorthyph REPLACE_SH+= doc/latex/bibunits/bibtexall doc/latex/multibib/bibtexall USE_TOOLS+= sh:run |