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 | 118bd10d8e5815ac7af112660419772233c72ece (patch) | |
tree | bafb79d38d3f1761918a36ac0c870e9a9c14495e /www | |
parent | 55375506456e13af6cb5982c20361c1982c0c8ad (diff) | |
download | pkgsrc-118bd10d8e5815ac7af112660419772233c72ece.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" |