diff options
author | rh <rh@pkgsrc.org> | 2002-07-17 23:56:06 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-17 23:56:06 +0000 |
commit | bd61c0404b88a90c6d12e0482f466fab5fe66b57 (patch) | |
tree | 0473f8eba770ba2ea09d179fc1780c17725d3fe8 /math/gnumeric | |
parent | 45e69da14006bffa82e9bdd1a07ea27df42e24a9 (diff) | |
download | pkgsrc-bd61c0404b88a90c6d12e0482f466fab5fe66b57.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 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 4eaa991cd5f..c1ec147b272 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2002/07/16 13:21:34 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2002/07/17 23:56:06 rh Exp $ # DISTNAME= gnumeric-1.0.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -36,6 +36,7 @@ LDFLAGS+= -lunicode CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5 CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-psiconv +CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib LIBTOOL_OVERRIDE= ${WRKSRC}/libtool pre-configure: diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index a2f8d9632a1..4ed71332c4f 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2002/06/08 18:55:12 mjl Exp $ +@comment $NetBSD: PLIST,v 1.15 2002/07/17 23:56:06 rh Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -1001,3 +1001,5 @@ share/pixmaps/gnumeric/top_border @dirrm share/gnumeric @dirrm share/omf/gnumeric @dirrm share/pixmaps/gnumeric +@unexec scrollkeeper-rebuilddb +@exec scrollkeeper-rebuilddb |