diff options
author | oliver <oliver@FreeBSD.org> | 2005-05-01 00:12:28 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-05-01 00:12:28 +0800 |
commit | b7595365b6b030a75f6eb08689967b47dac4815e (patch) | |
tree | 7882870169449d6c72d79f35bfdb0df6893719ca /x11-wm/xfce4-desktop | |
parent | 16cb66b8e27e7fd4a08f19d3372b0c83f28d638c (diff) | |
download | freebsd-ports-gnome-b7595365b6b030a75f6eb08689967b47dac4815e.tar.gz freebsd-ports-gnome-b7595365b6b030a75f6eb08689967b47dac4815e.tar.zst freebsd-ports-gnome-b7595365b6b030a75f6eb08689967b47dac4815e.zip |
fix xfce4 logout when using the xfce4 submenu
bump PORTREVISION
PR: 80409
Submitted by: chinsan <chinsan@mail2000.com.tw>
Diffstat (limited to 'x11-wm/xfce4-desktop')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 4 |
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> |