diff options
author | taca <taca> | 2007-12-21 03:09:25 +0000 |
---|---|---|
committer | taca <taca> | 2007-12-21 03:09:25 +0000 |
commit | 5c331353c120c53dc0a7c1b67ffef01665153de8 (patch) | |
tree | e4fea5374e7bc7b2f8c1bb6452f235d5393c7c01 /www/zope3 | |
parent | 85a3423de2ff4e80a5c11522bdda5538bc12effe (diff) | |
download | pkgsrc-5c331353c120c53dc0a7c1b67ffef01665153de8.tar.gz |
Avoid CHECK_INTERPRETER and CHECK_PERMS for some files.
Fix build problem with these checks.
Diffstat (limited to 'www/zope3')
-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 |