diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
commit | dea9abf569e6bf5f024e032f5c7ed7656781f75e (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /math/gnumeric/PLIST | |
parent | e3f5102cf0fedade45366b1f342d152434e80e57 (diff) | |
download | pkgsrc-dea9abf569e6bf5f024e032f5c7ed7656781f75e.tar.gz |
Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
Diffstat (limited to 'math/gnumeric/PLIST')
-rw-r--r-- | math/gnumeric/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index b9ee6948f7e..79b8256811a 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2003/01/17 02:23:21 rh Exp $ +@comment $NetBSD: PLIST,v 1.20 2003/02/18 14:56:00 jmmv Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -978,6 +978,7 @@ share/pixmaps/gnumeric/stf-druid.png share/pixmaps/gnumeric/top_border @dirrm share/pixmaps/gnumeric @dirrm share/omf/gnumeric +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnumeric/${PKGVERSION}-bonobo/templates @dirrm share/gnumeric/${PKGVERSION}-bonobo/idl @dirrm share/gnumeric/${PKGVERSION}-bonobo/guile |