summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs>2008-09-15 20:57:55 +0000
committerabs <abs>2008-09-15 20:57:55 +0000
commit18fdece69a15f46ec5923c8230cb3a2a19dc3605 (patch)
treefba457edf67be8a882eb836e24f11b73e2d2d3e0 /www
parentc2a42ee83a9e139774b421b8965db8fa08b5cc3e (diff)
downloadpkgsrc-18fdece69a15f46ec5923c8230cb3a2a19dc3605.tar.gz
hopefully final change in the sqlite whac-a-mole session - set PYTHON_PATCH_SCRIPTS before including python/application.mk. Bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r--www/trac/Makefile13
1 files changed, 7 insertions, 6 deletions
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