diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-01-30 00:27:24 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-01-30 00:27:24 +0000 |
commit | ee09eb31b8e85372479bca6b92c96afd06cf0df4 (patch) | |
tree | 34acf62ef8f3b0b3bcd78e4af12ce5cfe9d86afc | |
parent | 2021b175d7f869ce55fd62b93d354bb8d3eb4455 (diff) | |
download | pkgsrc-ee09eb31b8e85372479bca6b92c96afd06cf0df4.tar.gz |
Fix PLIST after the last overhaul.
-rw-r--r-- | www/kahua/Makefile | 3 | ||||
-rw-r--r-- | www/kahua/PLIST | 9 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www/kahua/Makefile b/www/kahua/Makefile index c21d1efd37c..8b0a98c97e2 100644 --- a/www/kahua/Makefile +++ b/www/kahua/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/01/25 01:11:06 uebayasi Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/30 00:27:24 uebayasi Exp $ DISTNAME= Kahua-1.0.1 PKGNAME= ${DISTNAME:C/Kahua/kahua/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.kahua.org/download/kahua/ EXTRACT_SUFX= .tgz diff --git a/www/kahua/PLIST b/www/kahua/PLIST index e8ceeb048ad..dea2f852b81 100644 --- a/www/kahua/PLIST +++ b/www/kahua/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/01/25 01:11:06 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/01/30 00:27:24 uebayasi Exp $ bin/kahua-admin bin/kahua-config bin/kahua-dbutil @@ -52,6 +52,7 @@ lib/kahua/kahua/user.scm lib/kahua/kahua/util.scm lib/kahua/kahua/xml-template.scm libexec/kahua/kahua.cgi +share/examples/kahua/kahua.conf share/kahua/skel/AUTHORS share/kahua/skel/COPYING share/kahua/skel/ChangeLog @@ -74,6 +75,12 @@ share/kahua/skel/proj/version.kahua.in share/kahua/skel/templates/page.xml share/kahua/skel/test/test.conf.in share/kahua/skel/test/test.scm.in +@dirrm share/examples/kahua +@dirrm share/kahua/skel +@dirrm share/kahua/skel/plugins +@dirrm share/kahua/skel/proj +@dirrm share/kahua/skel/templates +@dirrm share/kahua/skel/test @dirrm libexec/kahua @dirrm lib/kahua/kahua/test @dirrm lib/kahua/kahua/protocol |