diff options
author | dholland <dholland@pkgsrc.org> | 2011-09-29 08:24:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-09-29 08:24:42 +0000 |
commit | a19b46c9d388de13d3e356204b2b1ebf2dd3952d (patch) | |
tree | fe118dd5fba36f9385029c9bb2f9e18571f8d6f1 /x11 | |
parent | f0f7b449cfb465c1b7a4a68783ad49c58d10d7c7 (diff) | |
download | pkgsrc-a19b46c9d388de13d3e356204b2b1ebf2dd3952d.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')
-rw-r--r-- | x11/xfd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index e1458a9703f..545b8a8368e 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2011/09/29 08:24:42 dholland Exp $ # DISTNAME= xfd-1.0.1 @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" |