1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix the broke Clearlooks theme in gnome-panel/menu, bump the PORTREVISION.

This commit is contained in:
Jeremy Messenger 2005-04-13 21:48:53 +00:00
parent 3646b38006
commit 8a7d7059f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133280

View File

@ -7,7 +7,7 @@
PORTNAME= gtk-engines2
PORTVERSION= 2.6.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
@ -30,5 +30,7 @@ PLIST_SUB= GTK_VERSION="2.4.0"
post-patch:
@${REINPLACE_CMD} -e 's|gtk gtk-2.0|gtk-2.0|' \
${WRKSRC}/themes/Redmond/Makefile.in
@${REINPLACE_CMD} -e 's|menubarstyle|sunkenmenubar|g' \
${WRKSRC}/themes/Clearlooks/gtk-2.0/gtkrc
.include <bsd.port.mk>