From 0094d4aa4f6e0a86c2dcb81027bb82b96e2e7575 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 24 Sep 2011 13:14:15 +0000 Subject: Override appdefaultdir inherited from pkg-config, so that e.g. with native X11R7 on NetBSD, the files don't end up in /usr/X111R7. --- x11/xmag/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/xmag/Makefile') diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile index 2af81895c55..edf6efa3f68 100644 --- a/x11/xmag/Makefile +++ b/x11/xmag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/11/09 18:44:31 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:16 joerg Exp $ # DISTNAME= xmag-1.0.3 @@ -16,5 +16,7 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults + .include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3