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 /print/ggv2 | |
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 'print/ggv2')
-rw-r--r-- | print/ggv2/Makefile | 6 | ||||
-rw-r--r-- | print/ggv2/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index e7165271bde..4f084b3cf1c 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/02/14 21:12:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/18 14:56:01 jmmv Exp $ # DISTNAME= ggv-1.99.98 +PKGREVISION= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/1.99/} EXTRACT_SUFX= .tar.bz2 @@ -20,12 +21,11 @@ USE_LIBTOOL= YES USE_GMAKE= YES USE_X11= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} CONFIGURE_ARGS+= --disable-install-schemas GCONF2_SCHEMAS= ggv.schemas -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../print/libgnomeprintui/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf2/schemas.mk" diff --git a/print/ggv2/PLIST b/print/ggv2/PLIST index b4e44be5225..480a9b93132 100644 --- a/print/ggv2/PLIST +++ b/print/ggv2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/02/14 21:12:49 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/18 14:56:02 jmmv Exp $ bin/ggv lib/bonobo/servers/GNOME_GGV.server libexec/ggv-postscript-viewer @@ -60,6 +60,7 @@ share/pixmaps/ggv/zoom.xpm share/pixmaps/gnome-ghostview.png @dirrm share/pixmaps/ggv @dirrm share/omf/ggv +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/ggv/C/figures @dirrm share/gnome/help/ggv/C @dirrm share/gnome/help/ggv |