summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"