summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-27 16:05:47 +0000
committerjoerg <joerg>2015-04-27 16:05:47 +0000
commitc7e169bc1eec3c3e00513b153fe3b1815314276a (patch)
treef11dab7d3ac1fc10620876f51b536a8be1cecee0
parent961301c7931f00821064b7d1ca056f784f926a71 (diff)
downloadpkgsrc-c7e169bc1eec3c3e00513b153fe3b1815314276a.tar.gz
Skip interpreter check for all patches files.
-rw-r--r--print/tex-ucs-doc/Makefile5
1 files 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"