diff options
author | kmoore <kmoore@FreeBSD.org> | 2009-06-02 21:15:16 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2009-06-02 21:15:16 +0800 |
commit | 1d4c9db8d73eabf5c62249a717b0e88b81ea297c (patch) | |
tree | 43e9787cf9ed0b32752a0725fe015b9fcb9982df /x11-themes/gtk-qt4-engine | |
parent | da227534f8e04a040222199a4d2d8171d347a268 (diff) | |
download | freebsd-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/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> |