summaryrefslogtreecommitdiffstats
path: root/devel/dconf-editor/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-07 20:12:25 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-07 20:12:25 +0800
commit04e1ae879e4d12a020cec963438e268226f17fe7 (patch)
tree8988ef181c8f9af9c1af0cfb2f348e9aa87c27f7 /devel/dconf-editor/Makefile
parentf5c2cebda4c71c9800665ac5f17653caca90b215 (diff)
downloadmarcuscom-ports-04e1ae879e4d12a020cec963438e268226f17fe7.tar.gz
marcuscom-ports-04e1ae879e4d12a020cec963438e268226f17fe7.tar.zst
marcuscom-ports-04e1ae879e4d12a020cec963438e268226f17fe7.zip
Fix some more /etc/dconf paths to respect ${PREFIX}, this apparently
killed gdm. Tracked down by Gustau. While here stageify. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18855 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dconf-editor/Makefile')
-rw-r--r--devel/dconf-editor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile
index c99938642..732f06bb2 100644
--- a/devel/dconf-editor/Makefile
+++ b/devel/dconf-editor/Makefile
@@ -18,6 +18,6 @@ do-build:
@cd ${WRKSRC}/editor && ${GMAKE}
do-install:
- @cd ${WRKSRC}/editor && ${GMAKE} install
+ @cd ${WRKSRC}/editor && DESTDIR=${STAGEDIR} ${GMAKE} install
.include "${MASTERDIR}/Makefile"