diff options
author | obache <obache@pkgsrc.org> | 2006-11-23 10:52:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-23 10:52:57 +0000 |
commit | bd417ef3939669b7ee6968d344602af1113f3ed3 (patch) | |
tree | 6c5e6552040755b78f93a04a1622c0b4e15e45ab /www/ja-trac | |
parent | 2cd4e9b702c5bdf4bf4334329ac0a99923f7fa0f (diff) | |
download | pkgsrc-bd417ef3939669b7ee6968d344602af1113f3ed3.tar.gz |
Mark conf,plugins and parent directories as OWN_DIRS.
Bump PKGREVISION.
Diffstat (limited to 'www/ja-trac')
-rw-r--r-- | www/ja-trac/Makefile | 7 | ||||
-rw-r--r-- | www/ja-trac/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index fe9a4f7909b..1772c14e151 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -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: diff --git a/www/ja-trac/PLIST b/www/ja-trac/PLIST index ca29ba56f7b..6e62fcc00c4 100644 --- a/www/ja-trac/PLIST +++ b/www/ja-trac/PLIST @@ -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 |