diff options
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 |