aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/clearlooks-themes
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-06-16 22:34:12 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-06-16 22:34:12 +0000
commit93ff9e77e85db523dca7f8a75c89fba2c06463a5 (patch)
treee55a99d0f1ebb0859d6fa1686892635d3ee482dc /x11-themes/clearlooks-themes
parentde087b4e0e4b09f9563a8021a7214cae4fcff721 (diff)
downloadports-93ff9e77e85db523dca7f8a75c89fba2c06463a5.tar.gz
ports-93ff9e77e85db523dca7f8a75c89fba2c06463a5.zip
Notes
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"