pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ja-trac skip check-interpreter for deploy template...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/828b6457808c
branches:  trunk
changeset: 570358:828b6457808c
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jan 29 05:13:45 2010 +0000

description:
skip check-interpreter for deploy template files.

diffstat:

 www/ja-trac/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6c675bef7ba0 -r 828b6457808c www/ja-trac/Makefile
--- a/www/ja-trac/Makefile      Fri Jan 29 04:14:33 2010 +0000
+++ b/www/ja-trac/Makefile      Fri Jan 29 05:13:45 2010 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index