summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-07-17 12:27:05 +0000
committerrh <rh>2002-07-17 12:27:05 +0000
commite57e427610c03361041d661663bd1c80c7486f22 (patch)
tree4c06517ee21fea217a24185fde06bcee4465abab /print/ggv/Makefile
parent587423d2c89df490198bd9ada6419adc1a0cb26c (diff)
downloadpkgsrc-e57e427610c03361041d661663bd1c80c7486f22.tar.gz
Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST Bump PKGREVISION
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 33513c9cc00..d6b7deee684 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2002/05/31 00:26:10 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2002/07/17 12:27:05 rh Exp $
#
DISTNAME= ggv-1.0.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/}
@@ -17,6 +17,7 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
BUILD_USES_MSGFMT= YES
+CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib
.include "../../x11/gnome-core/buildlink.mk"
.include "../../mk/bsd.pkg.mk"