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 /devel/anjuta/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 'devel/anjuta/PLIST')
-rw-r--r-- | devel/anjuta/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/anjuta/PLIST b/devel/anjuta/PLIST index 04bbb3307e0..9c343e04260 100644 --- a/devel/anjuta/PLIST +++ b/devel/anjuta/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/06 00:06:06 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/18 14:55:56 jmmv Exp $ bin/anjuta bin/anjuta_import.sh bin/anjuta_launcher @@ -464,10 +464,9 @@ share/pixmaps/anjuta/wizard.xpm @unexec rm -f %D/lib/anjuta/libanjuta_sample1.so @exec ln -fs libanjuta_sample1.so.0.0 %D/lib/anjuta/libanjuta_sample1.so.0 @unexec rm -f %D/lib/anjuta/libanjuta_sample1.so.0 -@exec scrollkeeper-update -@unexec scrollkeeper-update @dirrm share/pixmaps/anjuta @dirrm share/omf/anjuta +@comment in scrollkeeper: @dirrm share/omf @dirrm share/mimelnk/application @dirrm share/mimelnk @dirrm share/gnome/help/anjuta/ja/anjuta-manual/figures |