diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-24 13:14:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-24 13:14:15 +0000 |
commit | 9c813f85fcb449686bba9869468025594ae7030c (patch) | |
tree | 86a55115bd7a3d259ad4cd3c89d583985e5e66e1 /x11/xsm | |
parent | 816a254a6c47c810972d930097257842a373009f (diff) | |
download | pkgsrc-9c813f85fcb449686bba9869468025594ae7030c.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/xsm')
-rw-r--r-- | x11/xsm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xsm/Makefile b/x11/xsm/Makefile index 0766b0702ec..377951af1d3 100644 --- a/x11/xsm/Makefile +++ b/x11/xsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/11/10 17:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:17 joerg Exp $ # DISTNAME= xsm-1.0.1 @@ -25,6 +25,8 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 CONFIGURE_ENV+= ac_cv_path_RSH=/usr/bin/rsh .endif +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults + .include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |