summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-05 02:58:56 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-05 02:58:56 +0000
commit526bf2553ce698d9e3c9ad4bbf629ed0dbcf7b79 (patch)
tree806a4add354e52e03a1a30799340b62f691cfe30 /meta-pkgs
parent853271db7d7833ad673eb7aa5f69e4b7a8470586 (diff)
downloadpkgsrc-526bf2553ce698d9e3c9ad4bbf629ed0dbcf7b79.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}