diff options
Diffstat (limited to 'x11/gdm1')
-rw-r--r-- | x11/gdm1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm1/Makefile b/x11/gdm1/Makefile index 231b5a78e7f..a4a445052a3 100644 --- a/x11/gdm1/Makefile +++ b/x11/gdm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/07/03 10:18:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/09 15:09:24 minskim Exp $ DISTNAME= gdm-2.2.0 PKGREVISION= 6 @@ -24,7 +24,7 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_X11BASE= YES -LOCALSTATEDIR= /var/gnome +LOCALSTATEDIR= ${VARBASE}/gnome EVAL_PREFIX+= KDEBASEDIR=kdebase CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} |