summaryrefslogtreecommitdiff
path: root/x11/xload/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-24 13:14:15 +0000
committerjoerg <joerg>2011-09-24 13:14:15 +0000
commitc722d0d6687b9819f584f3a15e567b5dbf63e89b (patch)
tree86a55115bd7a3d259ad4cd3c89d583985e5e66e1 /x11/xload/Makefile
parente5b384e5e26047b111a2c3b37144aedf57323333 (diff)
downloadpkgsrc-c722d0d6687b9819f584f3a15e567b5dbf63e89b.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/xload/Makefile')
-rw-r--r--x11/xload/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile
index a08a0f724b1..9d057c32a59 100644
--- a/x11/xload/Makefile
+++ b/x11/xload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xload-1.0.2
@@ -18,5 +18,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"