summaryrefslogtreecommitdiffstats
path: root/devel/glib20
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-28 12:25:14 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-28 12:25:14 +0800
commitc7b221313e83c99aa2c3de60ba38412f4eaceccc (patch)
treeb676005a4e12769cafd883ad5190a379c82b55ef /devel/glib20
parentd182e8a3c9d8310eefa0b4fb5f42b1ad340476fc (diff)
downloadmarcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.tar
marcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.tar.gz
marcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.tar.bz2
marcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.tar.lz
marcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.tar.xz
marcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.tar.zst
marcuscom-ports-c7b221313e83c99aa2c3de60ba38412f4eaceccc.zip
Fix share/GConf/gsettings directory creation.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14472 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index e83a9f1a9..0e724d155 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glib20/Makefile,v 1.177 2010/08/18 13:40:39 kwm Exp $
+# $MCom: ports/devel/glib20/Makefile,v 1.178 2010/08/21 16:53:43 kwm Exp $
#
# !! DON'T FORGET ABOUT devel/gio-fam-backend !!
@@ -81,7 +81,7 @@ post-patch:
${WRKSRC}/po/*.po
post-install:
- @${MKDIR} -p share/GConf/gsettings
+ @${MKDIR} ${PREFIX}/share/GConf/gsettings
-${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
.include <bsd.port.post.mk>