diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-13 21:48:53 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-13 21:48:53 +0000 |
commit | 8a7d7059f34c9e0a0beb05da029e6a2343958fcc (patch) | |
tree | 3cb6deb04e4c0655127d96c7d9d4285788c1c818 /x11-themes/gtk-engines2 | |
parent | 3646b380069e0dc894d825e2778d608cb8ee3489 (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-engines2')
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 69a7e1be0544..a5e309e0b97d 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -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> |