diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2009-06-02 13:15:16 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2009-06-02 13:15:16 +0000 |
commit | 7e8ced086a81d5b1e107ad298f1946d7ce1180db (patch) | |
tree | 1d6ac2785ebca2db006b10bc9742cc527619082a /x11-themes/gtk-qt4-engine | |
parent | - Switch dependency away from cups-base (diff) |
- 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/Makefile | 6 |
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> |