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/Makefile | |
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/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |