diff options
author | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
commit | 89ed14603ef6f82dc5fe599763f54b41a7727e26 (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /print/ggv | |
parent | ac84fe1226d95f9ffa3d0916a0deaedefac45c4e (diff) | |
download | pkgsrc-89ed14603ef6f82dc5fe599763f54b41a7727e26.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/ggv')
-rw-r--r-- | print/ggv/Makefile | 7 | ||||
-rw-r--r-- | print/ggv/PLIST | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index e06bc5a7f76..5455890e2c5 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2002/12/24 06:10:21 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2003/02/18 14:56:01 jmmv Exp $ # DISTNAME= ggv-1.0.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/1.0/} @@ -17,10 +17,9 @@ USE_BUILDLINK2= YES USE_GMAKE= YES USE_LIBTOOL= YES USE_X11BASE= YES -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/ggv/PLIST b/print/ggv/PLIST index 8e65c278ad4..4d91d7a4f53 100644 --- a/print/ggv/PLIST +++ b/print/ggv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/07/17 12:27:05 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/18 14:56:01 jmmv Exp $ bin/bonobo-application-ps bin/ggv share/locale/de/LC_MESSAGES/ggv.mo @@ -107,6 +107,7 @@ share/omf/ggv/ggv-C.omf share/omf/ggv/ggv-it.omf share/omf/ggv/ggv-ja.omf @dirrm share/omf/ggv +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/ggv/ja/stylesheet-images @dirrm share/gnome/help/ggv/ja @dirrm share/gnome/help/ggv/C/stylesheet-images @@ -114,5 +115,3 @@ share/omf/ggv/ggv-ja.omf @dirrm share/gnome/help/ggv/it/stylesheet-images @dirrm share/gnome/help/ggv/it @dirrm share/gnome/help/ggv -@unexec scrollkeeper-rebuilddb -@exec scrollkeeper-rebuilddb |