summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorminskim <minskim>2004-07-09 15:09:24 +0000
committerminskim <minskim>2004-07-09 15:09:24 +0000
commit0fc5349cc8d6717f2c6ed2484cf7523a3eccbae3 (patch)
tree428357f6f48f11336087f04be63fcf8c9387e215 /x11
parenta30ce2aaf8406769348741de9f5af84be358677a (diff)
downloadpkgsrc-0fc5349cc8d6717f2c6ed2484cf7523a3eccbae3.tar.gz
Use VARBASE instead of hardcoding /var.
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm1/Makefile4
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}