summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-26 02:31:57 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-26 02:31:57 +0000
commit16324b7538d97e4c7f651aaa6ef82d0e9d455d5a (patch)
treef92b4832ac252ee91993ea6a8e5ce15b4b855452
parent7e6378afd1f692fcd84a29edc9f78685f8840037 (diff)
downloadpkgsrc-16324b7538d97e4c7f651aaa6ef82d0e9d455d5a.tar.gz
Ignore portability warning
-rw-r--r--graphics/vigra/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 0c6226d5c86..6bf317690ea 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/05/29 12:35:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2020/03/26 02:31:57 joerg Exp $
DISTNAME= vigra-1.11.1-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -33,7 +33,10 @@ SUBST_MESSAGE.python= Fixing path to python.
# Package doesn't need dependency, only packages using the script,
# usually during configure, so don't depend on python.
-CHECK_INTERPRETER_SKIP= bin/vigra-config
+CHECK_INTERPRETER_SKIP+= bin/vigra-config
+
+# Don't have permissions for that anyway
+CHECK_PORTABILITY_SKIP+= config/update-gh-pages.sh.in
pre-install:
${RM} -f ${WRKSRC}/include/vigra/*.orig