diff options
author | rh <rh@pkgsrc.org> | 2002-07-17 12:05:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-17 12:05:44 +0000 |
commit | 1e9c9695917eed46a85b2b2b4074eb82cae909dd (patch) | |
tree | 8584ae2b0f19f67fdbb646c518ab27348b3d078c /x11/gnome-applets | |
parent | 3da5e197ceecc9d53c388ab2cb70eb2ab24286f8 (diff) | |
download | pkgsrc-1e9c9695917eed46a85b2b2b4074eb82cae909dd.tar.gz |
Set localstatedir so the scrollkeeper database gets properly updated
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST
Bump PKGREVISION
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 5 | ||||
-rw-r--r-- | x11/gnome-applets/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 178a297e2a3..aa696a22bac 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2002/05/31 02:52:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.20 2002/07/17 12:05:44 rh Exp $ # DISTNAME= gnome-applets-1.4.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/} EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib CPPFLAGS+= -I${LOCALBASE}/include AUTOGEN_ENV= NOCONFIGURE=1 diff --git a/x11/gnome-applets/PLIST b/x11/gnome-applets/PLIST index 82e56dcc70b..41c09a61eea 100644 --- a/x11/gnome-applets/PLIST +++ b/x11/gnome-applets/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:30:10 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/07/17 12:05:44 rh Exp $ bin/another_clock_applet bin/asclock_applet bin/battery_applet @@ -1962,3 +1962,5 @@ share/xmodmap/xmodmap.yu @dirrm share/asclock/Newstone @dirrm share/asclock/Freeamp @dirrm share/asclock +@unexec scrollkeeper-rebuilddb +@exec scrollkeeper-rebuilddb |