Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
This commit is contained in:
parent
af1cd66a9a
commit
41b62c0a95
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue