summaryrefslogtreecommitdiff
path: root/x11/xdm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-09-24 13:14:15 +0000
committerjoerg <joerg@pkgsrc.org>2011-09-24 13:14:15 +0000
commit0094d4aa4f6e0a86c2dcb81027bb82b96e2e7575 (patch)
tree86a55115bd7a3d259ad4cd3c89d583985e5e66e1 /x11/xdm
parent35f3b488066d7bc41e727953f53db5979d601d83 (diff)
downloadpkgsrc-0094d4aa4f6e0a86c2dcb81027bb82b96e2e7575.tar.gz
Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
Diffstat (limited to 'x11/xdm')
-rw-r--r--x11/xdm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
index ffb213dc9c6..4823122b8ba 100644
--- a/x11/xdm/Makefile
+++ b/x11/xdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/07/12 11:39:57 obache Exp $
+# $NetBSD: Makefile,v 1.14 2011/09/24 13:14:16 joerg Exp $
DISTNAME= xdm-1.1.10
CATEGORIES= x11
@@ -60,6 +60,8 @@ CONFIGURE_ARGS+= --with-random-device=/dev/urandom
CONFIGURE_ARGS+= --with-default-vt=vt05
.endif
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "options.mk"
.include "../../x11/libXaw/buildlink3.mk"