summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-02-05 22:44:18 +0000
committerheinz <heinz@pkgsrc.org>2008-02-05 22:44:18 +0000
commit5157bee58d6771d49e6449093be4dce517044a4d (patch)
tree66ca53155e22f892ecaeb269a445d9b0638b2712 /devel
parentbbf01baedc79036d65d397e8566317ba2d1a7551 (diff)
downloadpkgsrc-5157bee58d6771d49e6449093be4dce517044a4d.tar.gz
Prevent check-interpreter.mk from complaining about missing python and
bash interpreters.
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-build/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile
index 981a6a3a41a..cea837d22dc 100644
--- a/devel/boost-build/Makefile
+++ b/devel/boost-build/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/01/04 19:58:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/05 22:44:18 heinz Exp $
#
BOOST_PACKAGE= build
@@ -17,6 +17,14 @@ EGDIR= ${PREFIX}/share/examples/boost-build
CONF_FILES= ${EGDIR}/site-config.jam \
${PKG_SYSCONFDIR}/site-config.jam
+# contains /usr/bin/python
+CHECK_INTERPRETER_SKIP= share/boost-build/example/customization/inline_file.py
+CHECK_INTERPRETER_SKIP+=share/boost-build/tools/doxproc.py
+CHECK_INTERPRETER_SKIP+=share/boost-build/test/*.py
+# contains /bin/bash
+CHECK_INTERPRETER_SKIP+=share/boost-build/nightly.sh
+CHECK_INTERPRETER_SKIP+=share/boost-build/roll.sh
+
.include "toolset.mk"
post-extract: