diff options
author | taca <taca@pkgsrc.org> | 2007-12-21 03:09:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-12-21 03:09:25 +0000 |
commit | fbad1a172e77756f3ba3fbc597de12b518c9d4f5 (patch) | |
tree | e4fea5374e7bc7b2f8c1bb6452f235d5393c7c01 /www | |
parent | c2851cb016576ccc13b1f91629958c85633a2a2f (diff) | |
download | pkgsrc-fbad1a172e77756f3ba3fbc597de12b518c9d4f5.tar.gz |
Avoid CHECK_INTERPRETER and CHECK_PERMS for some files.
Fix build problem with these checks.
Diffstat (limited to 'www')
-rw-r--r-- | www/zope3/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
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 |