diff options
author | rh <rh> | 2002-07-17 13:46:49 +0000 |
---|---|---|
committer | rh <rh> | 2002-07-17 13:46:49 +0000 |
commit | 0acf99aa215e39bffba2c671a0d44a944b47935e (patch) | |
tree | 3433fd6c55d51d7dc6590eb94978d58175eb3995 /misc | |
parent | c1f6e30001434c26b1cc01fa6765df425a5beeea (diff) | |
download | pkgsrc-0acf99aa215e39bffba2c671a0d44a944b47935e.tar.gz |
Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-utils/Makefile | 3 | ||||
-rw-r--r-- | misc/gnome-utils/PLIST | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 5b610c7c607..6f78cc7b1dd 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.44 2002/03/13 17:37:26 fredb Exp $ +## $NetBSD: Makefile,v 1.45 2002/07/17 13:46:49 rh Exp $ DISTNAME= gnome-utils-1.4.1 PKGREVISION= 1 @@ -18,6 +18,7 @@ USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} +CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib .include "../../devel/libglade/buildlink.mk" .include "../../devel/gettext-lib/buildlink.mk" diff --git a/misc/gnome-utils/PLIST b/misc/gnome-utils/PLIST index 050b1d10016..3236c1962ba 100644 --- a/misc/gnome-utils/PLIST +++ b/misc/gnome-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:50 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/07/17 13:46:49 rh Exp $ bin/gcalc bin/gcharmap bin/gcolorsel @@ -905,3 +905,5 @@ share/stripchart/stripchart.params @dirrm share/gnome/help/gcalc @dirrm share/gcolorsel/glade @dirrm share/gcolorsel +@unexec scrollkeeper-rebuilddb +@exec scrollkeeper-rebuilddb |