diff options
author | epg <epg@pkgsrc.org> | 2004-02-27 01:57:05 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-02-27 01:57:05 +0000 |
commit | c060ea1b3d530d3b11d617223cc01a536821a7d9 (patch) | |
tree | 4572edc4f4df04dcc8ccdfe3930a21b74f98a942 /www/trac | |
parent | 8bad784271f4214dfc164ed13d7d93ad55510c10 (diff) | |
download | pkgsrc-c060ea1b3d530d3b11d617223cc01a536821a7d9.tar.gz |
cgi-bin/trac.cgi needs to be in PYTHON_PATCH_SCRIPTS.
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index e926f3680fd..1d61a0a720f 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 05:52:57 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/27 01:57:05 epg Exp $ # DISTNAME= trac-0.5.1 @@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-subversion>=0.37:../../devel/py-subversion PYDISTUTILSPKG= YES PY_PATCHPLIST= YES +PYTHON_PATCH_SCRIPTS= cgi-bin/trac.cgi post-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/cgi-bin |