diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-06 04:04:40 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-06 04:04:40 +0800 |
commit | b52d5cc2a85b68a1f5f568b6fd1727768f21fcef (patch) | |
tree | 53a9770ec3ccd76fe65e831a26c1ea14d346a255 /x11-wm | |
parent | 878ada999930ac0a2586f8e18d8c01dddc740723 (diff) | |
download | freebsd-ports-gnome-b52d5cc2a85b68a1f5f568b6fd1727768f21fcef.tar.gz freebsd-ports-gnome-b52d5cc2a85b68a1f5f568b6fd1727768f21fcef.tar.zst freebsd-ports-gnome-b52d5cc2a85b68a1f5f568b6fd1727768f21fcef.zip |
fix objformat problem more properly
remove s/quit/xfce4-session-logout/ replacment
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index c8ecd981d0c1..8810a26c7c00 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfdesktop-${PORTVERSION} @@ -19,7 +20,6 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -44,7 +44,6 @@ CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo .include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" post-patch: - @${REINPLACE_CMD} -e 's|builtin\(.*\)"quit"|app\1"xfce4-session-logout"|g' \ - ${WRKSRC}/menu.xml* + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include <bsd.port.post.mk> |