diff options
author | obache <obache@pkgsrc.org> | 2010-01-29 05:13:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-29 05:13:45 +0000 |
commit | 671cbab4e2b40b103f38c3001ff4813e581ec239 (patch) | |
tree | bafb79d38d3f1761918a36ac0c870e9a9c14495e /www | |
parent | 7a59dee8cb590d8f1ea82602a314e4cfb98db747 (diff) | |
download | pkgsrc-671cbab4e2b40b103f38c3001ff4813e581ec239.tar.gz |
skip check-interpreter for deploy template files.
Diffstat (limited to 'www')
-rw-r--r-- | www/ja-trac/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index ec7ce86f01e..c20daf78736 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/01/26 02:01:36 obache Exp $ +# $NetBSD: Makefile,v 1.30 2010/01/29 05:13:45 obache Exp $ # DISTNAME= Trac-0.11.6.ja1 @@ -40,6 +40,9 @@ post-install: MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} +# deploy template files +CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/trac/admin/templates/deploy_*.*cgi + .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |