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 /games/gnome-chess/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 'games/gnome-chess/PLIST')
-rw-r--r-- | games/gnome-chess/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gnome-chess/PLIST b/games/gnome-chess/PLIST index 3d754d714f0..2b370a84e71 100644 --- a/games/gnome-chess/PLIST +++ b/games/gnome-chess/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/01 02:00:14 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/18 14:55:58 jmmv Exp $ bin/gnome-chess share/gnome-chess/glade/level.glade share/gnome-chess/glade/login.glade @@ -71,11 +71,10 @@ share/pixmaps/gnome-chess/r.png share/pixmaps/gnome-chess/start.png @dirrm share/pixmaps/gnome-chess @dirrm share/omf/gnome-chess +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/gnome-chess-manual/C/stylesheet-images @dirrm share/gnome/help/gnome-chess-manual/C/figures @dirrm share/gnome/help/gnome-chess-manual/C @dirrm share/gnome/help/gnome-chess-manual @dirrm share/gnome-chess/glade @dirrm share/gnome-chess -@unexec scrollkeeper-rebuilddb -@exec scrollkeeper-rebuilddb |