diff options
author | rh <rh@pkgsrc.org> | 2002-07-17 13:11:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-17 13:11:44 +0000 |
commit | 41b62c0a95cd35ff6efdcd7bfd18dc555255d312 (patch) | |
tree | 977800534c4ad9db108c65c310a07d387195db28 /games | |
parent | af1cd66a9a11db868cad8a071b179d4f11afc8c6 (diff) | |
download | pkgsrc-41b62c0a95cd35ff6efdcd7bfd18dc555255d312.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 'games')
-rw-r--r-- | games/gnome-chess/Makefile | 5 | ||||
-rw-r--r-- | games/gnome-chess/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index 9b713dc491a..bdad4d7b1c9 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:00 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/07/17 13:11:44 rh Exp $ DISTNAME= gnome-chess-0.3.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-chess/} @@ -11,6 +11,7 @@ COMMENT= GNOME's graphical interface for playing chess GNU_CONFIGURE= yes USE_X11BASE= yes +CONFIGURE_ARGS+=--localstatedir=${X11PREFIX}/var/lib .include "../../x11/gnome-core/buildlink.mk" .include "../../mk/x11.buildlink.mk" diff --git a/games/gnome-chess/PLIST b/games/gnome-chess/PLIST index e9ba5c6d495..6eb81d60694 100644 --- a/games/gnome-chess/PLIST +++ b/games/gnome-chess/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:52:47 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/07/17 13:11:44 rh Exp $ bin/gnome-chess share/gnome-chess/glade/level.glade share/gnome-chess/glade/login.glade @@ -77,3 +77,5 @@ share/pixmaps/gnome-chess/start.png @dirrm share/gnome/help/gnome-chess-manual @dirrm share/gnome-chess/glade @dirrm share/gnome-chess +@unexec scrollkeeper-rebuilddb +@exec scrollkeeper-rebuilddb |