diff options
author | taca <taca@pkgsrc.org> | 2011-03-15 13:17:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-03-15 13:17:58 +0000 |
commit | 6e450f0b71503bbd5436d26562b5d7f6100459fe (patch) | |
tree | ce0529e22242a92235d5b66ee8a1928aaa2766c3 /www/ja-trac | |
parent | 3c0d4eafd790f38500777d76927167e7e4c66e15 (diff) | |
download | pkgsrc-6e450f0b71503bbd5436d26562b5d7f6100459fe.tar.gz |
Modify CHECK_INTERPRETER_SKIP to match .wsgi files.
Fix build problem with CHECK_INTERPRETER.
Diffstat (limited to 'www/ja-trac')
-rw-r--r-- | www/ja-trac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index 9c5ffdf4060..8caa4c3744d 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2011/03/04 04:34:52 obache Exp $ +# $NetBSD: Makefile,v 1.36 2011/03/15 13:17:58 taca Exp $ # DISTNAME= Trac-0.12.2.ja1 @@ -41,7 +41,7 @@ post-install: MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} # deploy template files -CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/trac/admin/templates/deploy_*.*cgi +CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/trac/admin/templates/deploy_*.*gi .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" |