aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/clearlooks-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/clearlooks-themes')
-rw-r--r--x11-themes/clearlooks-themes/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile
index e748bf54b208..adc1c842b00c 100644
--- a/x11-themes/clearlooks-themes/Makefile
+++ b/x11-themes/clearlooks-themes/Makefile
@@ -12,4 +12,15 @@ COMMENT= Clearlooks themes with the engine coming from gtk-engines2
MASTERDIR= ${.CURDIR}/../../x11-themes/clearlooks
+pre-patch:
+.for f in themes/Clearlooks/gtk-2.0/gtkrc \
+ themes/Clearlooks-DeepSky/gtk-2.0/gtkrc \
+ themes/Clearlooks-Olive/gtk-2.0/gtkrc \
+ themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc
+ @${REINPLACE_CMD} -e 's#.*menuitemstyle.*##' \
+ -e 's#.*listviewitemstyle.*##' \
+ -e 's#.*progressbarstyle.*##' \
+ ${WRKSRC}/${f}
+.endfor
+
.include "${MASTERDIR}/Makefile"