diff options
author | olivierd <olivierd@FreeBSD.org> | 2017-02-16 00:02:20 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2017-02-16 00:02:20 +0800 |
commit | cb7a3106700e9e96111c684234dbe1c0fa31ee39 (patch) | |
tree | bfa92c0c457e4a61dea02cd33080efe79a31732a /x11-wm/xfce4-desktop/Makefile | |
parent | 1fb87e99004f04b7caee1779094addd0e62439d6 (diff) | |
download | freebsd-ports-gnome-cb7a3106700e9e96111c684234dbe1c0fa31ee39.tar.gz freebsd-ports-gnome-cb7a3106700e9e96111c684234dbe1c0fa31ee39.tar.zst freebsd-ports-gnome-cb7a3106700e9e96111c684234dbe1c0fa31ee39.zip |
- Remove previous patch (creation of folder in context menu), it causes
crash of xfdesktop and produces wrong mime type
- Bump PORTREVISION
Diffstat (limited to 'x11-wm/xfce4-desktop/Makefile')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 3465026e2c72..2ba53d6c34bc 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.12.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -40,10 +40,6 @@ THUNAR_USE_OFF= xfce=libexo THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes -post-patch: - ${REINPLACE_CMD} -e 's|inode/directory|folder|' \ - ${WRKSRC}/src/xfdesktop-file-icon-manager.c - post-patch-NLS-off: @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in |