summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-03-15 13:17:58 +0000
committertaca <taca@pkgsrc.org>2011-03-15 13:17:58 +0000
commit89d0b3da730ca0e709e375a115f86c801b9e53fe (patch)
treece0529e22242a92235d5b66ee8a1928aaa2766c3
parent56fd06d211c081a120483c2857edd525d4ac9cf6 (diff)
downloadpkgsrc-89d0b3da730ca0e709e375a115f86c801b9e53fe.tar.gz
Modify CHECK_INTERPRETER_SKIP to match .wsgi files.
Fix build problem with CHECK_INTERPRETER.
-rw-r--r--www/ja-trac/Makefile4
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"