diff options
author | obache <obache> | 2010-01-29 05:13:45 +0000 |
---|---|---|
committer | obache <obache> | 2010-01-29 05:13:45 +0000 |
commit | 94c35ab2e159b240ec1af7c87e2657c6b6db450e (patch) | |
tree | bafb79d38d3f1761918a36ac0c870e9a9c14495e | |
parent | 7f15a72a0e588817b76e1035cefb77596fb62361 (diff) | |
download | pkgsrc-94c35ab2e159b240ec1af7c87e2657c6b6db450e.tar.gz |
skip check-interpreter for deploy template files.
-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" |