diff options
author | rh <rh@pkgsrc.org> | 2002-10-05 03:39:33 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-05 03:39:33 +0000 |
commit | 5c87c06e9a643fbf02f7fe597967e11a2e1544e8 (patch) | |
tree | 9b0d2b16cd3abdc0fbe5dbf6d6654701fb2f6540 /x11/controlcenter | |
parent | d9263be70686dd0850d494ccced2338be361146d (diff) | |
download | pkgsrc-5c87c06e9a643fbf02f7fe597967e11a2e1544e8.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/Makefile | 4 |
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} |