summaryrefslogtreecommitdiff
path: root/x11/bitmap
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-24 13:14:15 +0000
committerjoerg <joerg>2011-09-24 13:14:15 +0000
commit1b68b0960f780f8e07136a631b9a68a2cdd5638e (patch)
tree86a55115bd7a3d259ad4cd3c89d583985e5e66e1 /x11/bitmap
parent7963e86688148f71d444c29260a7d758c346b2ad (diff)
downloadpkgsrc-1b68b0960f780f8e07136a631b9a68a2cdd5638e.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/bitmap')
-rw-r--r--x11/bitmap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile
index 49d1a56f932..9d6d792d0a4 100644
--- a/x11/bitmap/Makefile
+++ b/x11/bitmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/11/09 19:43:31 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/24 13:14:15 joerg Exp $
#
DISTNAME= bitmap-1.0.4
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"