diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-07-31 19:54:04 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-07-31 19:54:04 +0000 |
commit | 5f7fba2e45a5e16537b2502d70ad4d821468881d (patch) | |
tree | 57e1007864640eb32280a3328cba4ae65947d4e4 /mail | |
parent | d7c621b9b7a3f6030803ab3699fa0aa04bf089e6 (diff) | |
download | pkgsrc-5f7fba2e45a5e16537b2502d70ad4d821468881d.tar.gz |
Add js directory which should fix PR 39253
PKGREVISION++
Diffstat (limited to 'mail')
-rw-r--r-- | mail/turba/Makefile | 5 | ||||
-rw-r--r-- | mail/turba/PLIST | 20 |
2 files changed, 22 insertions, 3 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index e007847c213..14dcab16c79 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2008/06/17 21:29:59 adrianp Exp $ +# $NetBSD: Makefile,v 1.30 2008/07/31 19:54:04 adrianp Exp $ DISTNAME= turba-h3-${TURBAVER} PKGNAME= turba-${TURBAVER} +PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://ftp.horde.org/pub/turba/ \ ftp://ftp.horde.org/pub/turba/ @@ -21,7 +22,7 @@ EGDIR= ${PREFIX}/share/examples/turba HORDEDIR= ${PREFIX}/share/horde TURBADIR= ${HORDEDIR}/turba TURBAVER= 2.2.1 -PAXDIRS= lib locale po scripts templates themes +PAXDIRS= lib locale po scripts templates themes js USE_TOOLS+= pax perl:run MESSAGE_SUBST+= TURBADIR=${TURBADIR:Q} diff --git a/mail/turba/PLIST b/mail/turba/PLIST index 1541177da6f..e360cc57bae 100644 --- a/mail/turba/PLIST +++ b/mail/turba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2008/06/17 21:29:59 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.12 2008/07/31 19:54:04 adrianp Exp $ share/doc/turba/INSTALL share/doc/turba/LDAP share/doc/turba/README @@ -20,6 +20,22 @@ share/horde/turba/delete.php share/horde/turba/deletefile.php share/horde/turba/edit.php share/horde/turba/index.php +share/horde/turba/js/QuickFinder.js +share/horde/turba/js/contact_tabs.js +share/horde/turba/js/dragdrop.js +share/horde/turba/js/effects.js +share/horde/turba/js/prototype.js +share/horde/turba/js/redbox.js +share/horde/turba/js/scriptaculous.js +share/horde/turba/js/src/QuickFinder.js +share/horde/turba/js/src/contact_tabs.js +share/horde/turba/js/src/dragdrop.js +share/horde/turba/js/src/effects.js +share/horde/turba/js/src/prototype.js +share/horde/turba/js/src/redbox.js +share/horde/turba/js/src/scriptaculous.js +share/horde/turba/js/src/tables.js +share/horde/turba/js/tables.js share/horde/turba/lib/Block/minisearch.php share/horde/turba/lib/Block/tree_menu.php share/horde/turba/lib/Data/ldif.php @@ -269,6 +285,8 @@ share/horde/turba/view.php @dirrm share/horde/turba/scripts/ldap @dirrm share/horde/turba/scripts @dirrm share/horde/turba/po +@dirrm share/horde/turba/js/src +@dirrm share/horde/turba/js @dirrm share/horde/turba/locale/zh_TW/LC_MESSAGES @dirrm share/horde/turba/locale/zh_TW @dirrm share/horde/turba/locale/zh_CN/LC_MESSAGES |