diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-05 02:58:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-05 02:58:56 +0000 |
commit | af36410780c5c3f461b57ad966ca0629dc8fffb5 (patch) | |
tree | 806a4add354e52e03a1a30799340b62f691cfe30 /meta-pkgs | |
parent | 41ceae13b3abac6ff5b0a2f22719a4a5e614045e (diff) | |
download | pkgsrc-af36410780c5c3f461b57ad966ca0629dc8fffb5.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.common | 4 |
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} |