summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-05 02:58:56 +0000
committerxtraeme <xtraeme>2004-11-05 02:58:56 +0000
commit351fefe66fea64a62e1d26eb2f17cedef716e393 (patch)
tree806a4add354e52e03a1a30799340b62f691cfe30 /meta-pkgs
parent233ba1e6948300a537b86c8d26e655776d85b456 (diff)
downloadpkgsrc-351fefe66fea64a62e1d26eb2f17cedef716e393.tar.gz
Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set by
EGDIR! (hi reed!)
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xorg/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common
index 451633c6fe8..6ee13cc967c 100644
--- a/meta-pkgs/xorg/Makefile.common
+++ b/meta-pkgs/xorg/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/11/01 23:41:59 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/11/05 02:58:56 xtraeme Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -128,7 +128,7 @@ NO_MTREE= # defined
WRKSRC?= ${WRKDIR}/xc
X11ROOT?= ${LOCALBASE}/${X11ROOT_PREFIX}
PREPEND_PATH+= ${X11ROOT}/bin # Make sure we have this in PATH :)
-EGDIR= ${LOCALBASE}/share/examples/xorg
+EGDIR?= ${LOCALBASE}/share/examples/xorg
PLIST_SUBST+= X11ROOT_PREFIX=${X11ROOT_PREFIX}
MESSAGE_SUBST+= X11ROOT=${X11ROOT}