aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-qt4-engine
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2009-06-02 21:15:16 +0800
committerkmoore <kmoore@FreeBSD.org>2009-06-02 21:15:16 +0800
commit1d4c9db8d73eabf5c62249a717b0e88b81ea297c (patch)
tree43e9787cf9ed0b32752a0725fe015b9fcb9982df /x11-themes/gtk-qt4-engine
parentda227534f8e04a040222199a4d2d8171d347a268 (diff)
downloadfreebsd-ports-gnome-1d4c9db8d73eabf5c62249a717b0e88b81ea297c.tar.gz
freebsd-ports-gnome-1d4c9db8d73eabf5c62249a717b0e88b81ea297c.tar.zst
freebsd-ports-gnome-1d4c9db8d73eabf5c62249a717b0e88b81ea297c.zip
- Fix settings search path to respect LOCALBASE properly
Approved by: miwi (mentor)
Diffstat (limited to 'x11-themes/gtk-qt4-engine')
-rw-r--r--x11-themes/gtk-qt4-engine/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile
index bc814c760ee8..45fc05e8c825 100644
--- a/x11-themes/gtk-qt4-engine/Makefile
+++ b/x11-themes/gtk-qt4-engine/Makefile
@@ -33,4 +33,10 @@ WRKSRC= ${WRKDIR}/gtk-qt-engine
USE_GNOME+= libbonoboui
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
+ ${WRKSRC}/kcm_gtk/searchpaths.cpp
+ @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
+ ${WRKSRC}/src/rcproperties.cpp
+
.include <bsd.port.post.mk>