From 18fdece69a15f46ec5923c8230cb3a2a19dc3605 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 15 Sep 2008 20:57:55 +0000 Subject: hopefully final change in the sqlite whac-a-mole session - set PYTHON_PATCH_SCRIPTS before including python/application.mk. Bump PKGREVISION --- www/trac/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/trac/Makefile b/www/trac/Makefile index 0c880b83018..86ab2b36ddb 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2008/09/15 17:44:03 abs Exp $ +# $NetBSD: Makefile,v 1.38 2008/09/15 20:57:55 abs Exp $ # DISTNAME= Trac-0.11.1 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:tl} EGG_NAME= ${DISTNAME} CATEGORIES= devel www @@ -22,6 +22,11 @@ PKG_OPTIONS_GROUP.db= sqlite pgsql psycopg2 PKG_SUGGESTED_OPTIONS= sqlite .include "../../mk/bsd.options.mk" + +PYDISTUTILSPKG= YES +PY_PATCHPLIST= YES +PYTHON_PATCH_SCRIPTS= cgi-bin/trac.* contrib/*.py contrib/*-hook + .include "../../lang/python/application.mk" .if !empty(PKG_OPTIONS:Msqlite) @@ -40,10 +45,6 @@ DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2 # MySQL is sort of supported but not recommended by upstream and hence # omitted. -PYDISTUTILSPKG= YES -PY_PATCHPLIST= YES -PYTHON_PATCH_SCRIPTS= cgi-bin/trac.* contrib/*.py contrib/*-hook - EGDIR= ${PREFIX}/share/examples/trac CGIBINDIR= ${PREFIX}/libexec/trac -- cgit v1.2.3