diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 02:28:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 02:28:36 +0800 |
commit | 0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59 (patch) | |
tree | ae06afd9c539f80f61912b76cae05f77253a4556 /x11-themes | |
parent | 93237b9a270b63af5952101e68ed36bafef13a82 (diff) | |
download | marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.gz marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.bz2 marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.lz marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.xz marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.zst marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.zip |
Chase more moves to LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6718 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-qnxtheme/Makefile | 6 | ||||
-rw-r--r-- | x11-themes/gtk-qt-engine/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gtk-qnxtheme/Makefile b/x11-themes/gtk-qnxtheme/Makefile index 18ea59590..79c7ff867 100644 --- a/x11-themes/gtk-qnxtheme/Makefile +++ b/x11-themes/gtk-qnxtheme/Makefile @@ -39,17 +39,17 @@ do-install: @${REINPLACE_CMD} -e 's@/usr@${LOCALBASE}@g' ${WRKSRC}/gtk/gtkrc @${REINPLACE_CMD} -e 's@QNX@qnxtheme@g' ${WRKSRC}/gtk/gtkrc @${RM} -f ${WRKSRC}/gtk/gtkrc.bak - @${MKDIR} ${X11BASE}/share/themes/qnxtheme/gtk + @${MKDIR} ${LOCALBASE}/share/themes/qnxtheme/gtk @for i in ${WRKSRC}/gtk/*; do \ ${INSTALL_DATA} $$i ${LOCALBASE}/share/themes/qnxtheme/gtk; \ done .if defined(WITH_GTK2) - @${REINPLACE_CMD} -e 's@/usr@${X11BASE}@g' ${WRKSRC}/gtk-2.0/gtkrc + @${REINPLACE_CMD} -e 's@/usr@${LOCALBASE}@g' ${WRKSRC}/gtk-2.0/gtkrc @${REINPLACE_CMD} -e 's@QNX@qnxtheme@g' ${WRKSRC}/gtk-2.0/gtkrc @${RM} -f ${WRKSRC}/gtk-2.0/gtkrc.bak @${MKDIR} ${LOCALBASE}/share/themes/qnxtheme/gtk-2.0 @for i in ${WRKSRC}/gtk-2.0/*; do \ - ${INSTALL_DATA} $$i ${X11BASE}/share/themes/qnxtheme/gtk-2.0; \ + ${INSTALL_DATA} $$i ${LOCALBASE}/share/themes/qnxtheme/gtk-2.0; \ done .endif diff --git a/x11-themes/gtk-qt-engine/pkg-plist b/x11-themes/gtk-qt-engine/pkg-plist index e29df42b7..63ada5562 100644 --- a/x11-themes/gtk-qt-engine/pkg-plist +++ b/x11-themes/gtk-qt-engine/pkg-plist @@ -9,7 +9,6 @@ lib/kde3/kcm_kcmgtk.la lib/kde3/kcm_kcmgtk.so share/applnk/Settings/LookNFeel/kcmgtk.desktop share/applications/kde/kcmgtk-xdg.desktop -@cwd %%X11BASE%% @dirrm share/themes/Qt/gtk-2.0 @dirrm share/themes/Qt @dirrm share/gtk-qt-engine |