From c141585f8c7baec776040b18c553daaa764421f0 Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 5 Oct 2002 03:39:33 +0000 Subject: Fix LOCALSTATEDIR so that scrollkeeper-update no longer coredumps. Closes PR pkg/18275. --- x11/controlcenter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/controlcenter') 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} -- cgit v1.2.3