From c7e169bc1eec3c3e00513b153fe3b1815314276a Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 27 Apr 2015 16:05:47 +0000 Subject: Skip interpreter check for all patches files. --- print/tex-ucs-doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/print/tex-ucs-doc/Makefile b/print/tex-ucs-doc/Makefile index 1af5508901e..35dab0b5784 100644 --- a/print/tex-ucs-doc/Makefile +++ b/print/tex-ucs-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/04/25 05:20:08 markd Exp $ +# $NetBSD: Makefile,v 1.4 2015/04/27 16:05:47 joerg Exp $ DISTNAME= ucs.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.2 @@ -11,7 +11,8 @@ LICENSE= lppl-1.3c REPLACE_PERL+= doc/latex/ucs/*.pl REPLACE_PERL+= doc/latex/ucs/unsupported/u2ps -CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/latex/ucs/*.pl +CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/latex/ucs/*.pl \ + share/texmf-dist/doc/latex/ucs/unsupported/u2ps .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3