summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-04-30 16:12:28 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-04-30 16:12:28 +0000
commit0c528d90f60cc489f730594d0742517f24e72ad7 (patch)
treefca9737e6e9042b303dfc677e31ba510bdde33f7 /x11-wm
parent- Update to 0.58 (diff)
fix xfce4 logout when using the xfce4 submenu
bump PORTREVISION PR: 80409 Submitted by: chinsan <chinsan@mail2000.com.tw>
Notes
Notes: svn path=/head/; revision=134410
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce4-desktop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index e7bffc94b123..ed515d4c16d5 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-desktop
PORTVERSION= 4.2.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
@@ -41,6 +41,8 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
MAN1= xfdesktop.1
post-patch:
+ @${REINPLACE_CMD} -e 's|builtin\(.*\)"quit"|app\1"xfce4-session-logout"|g' \
+ ${WRKSRC}/menu.xml*
@${REINPLACE_CMD} -e 's|G_INLINE_FUNC||g' ${WRKSRC}/src/xfce-desktop.c
.include <bsd.port.mk>