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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/eog2/Makefile | 6 | ||||
-rw-r--r-- | graphics/eog2/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index bf4ae8c533f..4b6b0e5157d 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/02/14 21:11:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/18 14:55:59 jmmv Exp $ # DISTNAME= eog-2.2.0 +PKGREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.2/} EXTRACT_SUFX= .tar.bz2 @@ -18,11 +19,10 @@ USE_X11= YES USE_GMAKE= YES USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} GCONF2_SCHEMAS= eog.schemas -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../print/libgnomeprint/buildlink2.mk" .include "../../sysutils/gnome-vfs2/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" diff --git a/graphics/eog2/PLIST b/graphics/eog2/PLIST index 1dfde07df75..7bf28c6b651 100644 --- a/graphics/eog2/PLIST +++ b/graphics/eog2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/14 21:11:26 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/18 14:55:59 jmmv Exp $ bin/eog lib/bonobo/servers/GNOME_EOG.server libexec/eog-image-viewer @@ -65,6 +65,7 @@ share/pixmaps/eog/right-down.png share/pixmaps/gnome-eog.png @dirrm share/pixmaps/eog @dirrm share/omf/eog +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/eog/C/figures @dirrm share/gnome/help/eog/C @dirrm share/gnome/help/eog |