diff options
author | minskim <minskim@pkgsrc.org> | 2007-05-30 00:26:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-05-30 00:26:22 +0000 |
commit | 154d18bbf520a521db6bb2cb9eb087cdfe1aa37d (patch) | |
tree | 759ad807d0bb65cb2e556a695fdf34c6adcb84e7 /print | |
parent | f99ac9b2bd6e5bf76e10ac256ba443b063b1eb65 (diff) | |
download | pkgsrc-154d18bbf520a521db6bb2cb9eb087cdfe1aa37d.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 |