summaryrefslogtreecommitdiff
path: root/x11/controlcenter
diff options
context:
space:
mode:
authorrh <rh>2002-10-05 03:39:33 +0000
committerrh <rh>2002-10-05 03:39:33 +0000
commit7408e682bc773f354cba5e0b4d8a487b5267311b (patch)
tree9b0d2b16cd3abdc0fbe5dbf6d6654701fb2f6540 /x11/controlcenter
parent21030bfa13d04f8c577fe5d6e29d568689559126 (diff)
downloadpkgsrc-7408e682bc773f354cba5e0b4d8a487b5267311b.tar.gz
Fix LOCALSTATEDIR so that scrollkeeper-update no longer coredumps.
Closes PR pkg/18275.
Diffstat (limited to 'x11/controlcenter')
-rw-r--r--x11/controlcenter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index 0474fd4ce7a..19b2fc06dee 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2002/08/29 08:42:50 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2002/10/05 03:39:34 rh Exp $
DISTNAME= control-center-1.4.0.4
CATEGORIES= x11 gnome
@@ -17,7 +17,7 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-LOCALSTATEDIR= ${X11PREFIX}/var/gnome
+LOCALSTATEDIR= ${X11PREFIX}/var
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}