diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-30 16:12:28 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-30 16:12:28 +0000 |
commit | 0c528d90f60cc489f730594d0742517f24e72ad7 (patch) | |
tree | fca9737e6e9042b303dfc677e31ba510bdde33f7 | |
parent | c725900c4bf6437c7fe34fdb6f4d5c2e94bc6976 (diff) |
Notes
-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> |