summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh>2002-10-05 03:39:33 +0000
committerrh <rh>2002-10-05 03:39:33 +0000
commitc141585f8c7baec776040b18c553daaa764421f0 (patch)
tree9b0d2b16cd3abdc0fbe5dbf6d6654701fb2f6540
parent046dc02c27aab5b379b11fba73d38ffe0f1d838b (diff)
downloadpkgsrc-c141585f8c7baec776040b18c553daaa764421f0.tar.gz
Fix LOCALSTATEDIR so that scrollkeeper-update no longer coredumps.
Closes PR pkg/18275.
-rw-r--r--devel/anjuta/Makefile4
-rw-r--r--x11/controlcenter/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 80844f68e57..1e6c3f40e1a 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/09/21 08:33:48 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/05 03:39:33 rh Exp $
#
DISTNAME= anjuta-0.1.9
@@ -23,7 +23,7 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
-LOCALSTATEDIR= ${X11PREFIX}/var/gnome
+LOCALSTATEDIR= ${X11PREFIX}/var
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../sysutils/gnome-vfs/buildlink2.mk"
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}