diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-07-22 14:25:27 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-07-22 14:25:27 +0000 |
commit | 08dbc86dfbc1f6b651c3ea522c4baab68aad795b (patch) | |
tree | 938f5ab91b1d604dccc95805752762cb027a600a /x11/kde4-runtime | |
parent | Fix plist (diff) |
Don't touch $HOME/.config during build stage
Notes
Notes:
svn path=/head/; revision=323453
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index cc9bd873b253..f4c7c215b715 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -35,6 +35,7 @@ USE_XORG= x11 xcursor USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +MAKE_ENV= XDG_CONFIG_HOME=/dev/null MAN1= kdesu.1 plasmapkg.1 MAN8= nepomukserver.8 nepomukservicestub.8 |