Mark conf,plugins and parent directories as OWN_DIRS.
Bump PKGREVISION.
This commit is contained in:
parent
2cd4e9b702
commit
bd417ef393
2 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/11/20 16:16:21 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2006/11/23 10:52:57 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= trac-0.10.2-ja-1
|
||||
PKGNAME= ja-trac-0.10.2.1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www devel
|
||||
MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
@ -23,6 +24,10 @@ PY_PATCHPLIST= YES
|
|||
PYTHON_PATCH_SCRIPTS= contrib/*.py contrib/*-hook
|
||||
PYTHON_VERSIONS_ACCEPTED= 24 23
|
||||
|
||||
OWN_DIRS+= ${PREFIX}/share/trac
|
||||
OWN_DIRS+= ${PREFIX}/share/trac/conf
|
||||
OWN_DIRS+= ${PREFIX}/share/trac/plugins
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/trac
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2006/10/19 04:43:13 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2006/11/23 10:52:57 obache Exp $
|
||||
bin/trac-admin
|
||||
bin/tracd
|
||||
${PYSITELIB}/trac/About.py
|
||||
|
@ -442,7 +442,6 @@ share/trac/wiki-macros/TracGuideToc.py
|
|||
@dirrm share/trac/htdocs/css
|
||||
@dirrm share/trac/htdocs
|
||||
@dirrm share/trac/cgi-bin
|
||||
@dirrm share/trac
|
||||
@dirrm share/examples/trac
|
||||
@dirrm ${PYSITELIB}/trac/wiki
|
||||
@dirrm ${PYSITELIB}/trac/web
|
||||
|
|
Loading…
Reference in a new issue