From 5c331353c120c53dc0a7c1b67ffef01665153de8 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 21 Dec 2007 03:09:25 +0000 Subject: Avoid CHECK_INTERPRETER and CHECK_PERMS for some files. Fix build problem with these checks. --- www/zope3/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/www/zope3/Makefile b/www/zope3/Makefile index c0839202209..a06f5df17c1 100644 --- a/www/zope3/Makefile +++ b/www/zope3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/07/04 20:55:06 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/12/21 03:09:25 taca Exp $ # DISTNAME= Zope-3.3.1 @@ -20,6 +20,15 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-python ${PYTHONBIN} \ --prefix ${ZOPE3_DIR} \ --force +CHECK_INTERPRETER_SKIP= share/zope3/lib/python/twisted/internet/*.py \ + share/zope3/lib/python/twisted/mail/test/*.py \ + share/zope3/lib/python/twisted/trial/test/*.py \ + share/zope3/lib/python/twisted/web/test/*.py \ + share/zope3/lib/python/twisted/web2/test/*.py \ + share/zope3/lib/python/zdaemon/*.py \ + share/zope3/lib/python/zope/app/server/zopeskel/bin/*.in \ + share/zope3/zopeskel/bin/*.in +CHECK_PERMS_SKIP= share/zope3/zopeskel/bin/*.in .if !empty(MACHINE_PLATFORM:MNetBSD-1.[0-6]*) EXTRACT_USING= gtar -- cgit v1.2.3