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 /misc | |
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 'misc')
-rw-r--r-- | misc/gnome-utils/Makefile | 6 | ||||
-rw-r--r-- | misc/gnome-utils/PLIST | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 249c7b888da..bd52928d80f 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2003/01/12 06:49:36 rh Exp $ +# $NetBSD: Makefile,v 1.55 2003/02/18 14:56:00 jmmv Exp $ DISTNAME= gnome-utils-1.4.1.2 +PKGREVISION= 1 CATEGORIES= misc x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/1.4/} EXTRACT_SUFX= .tar.bz2 @@ -18,12 +19,11 @@ USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} CONFIGURE_ENV+= BUILD_GUILE=no CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/gnome-objc/buildlink2.mk" .include "../../devel/libglade/buildlink2.mk" diff --git a/misc/gnome-utils/PLIST b/misc/gnome-utils/PLIST index 943f94e6a5a..fca982ac106 100644 --- a/misc/gnome-utils/PLIST +++ b/misc/gnome-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/01/12 06:49:37 rh Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/02/18 14:56:00 jmmv Exp $ bin/gcalc bin/gcharmap bin/gcolorsel @@ -720,6 +720,7 @@ share/stripchart/stripchart.params @dirrm share/stripchart @dirrm share/pixmaps/logview @dirrm share/omf/gnome-utils +@comment in scrollkeeper: @dirrm share/omf @dirrm share/logview @dirrm share/gnome/help/stripchart/es/stylesheet-images @dirrm share/gnome/help/stripchart/es/figures @@ -829,5 +830,3 @@ share/stripchart/stripchart.params @dirrm share/gnome/help/gcalc @dirrm share/gcolorsel/glade @dirrm share/gcolorsel -@unexec scrollkeeper-rebuilddb -@exec scrollkeeper-rebuilddb |