diff options
Diffstat (limited to 'sysutils/xfce4-mcs-plugins/Makefile')
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index bacdf2ffae35..64c85273b30a 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xfce4-mcs-plugins -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfce-mcs-plugins-${PORTVERSION} @@ -23,7 +23,4 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui mcsmanager USE_XLIB= yes -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.mk> |