diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2017-02-15 16:02:20 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2017-02-15 16:02:20 +0000 |
commit | 348f67dbcfe648514a49441fe37f7d7b8a3058c7 (patch) | |
tree | bfa92c0c457e4a61dea02cd33080efe79a31732a /x11-wm/xfce4-desktop | |
parent | 98321151979466dbc086163c2a0e662d455f9c86 (diff) |
Notes
Diffstat (limited to 'x11-wm/xfce4-desktop')
-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 |