aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-desktop
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2017-01-13 09:56:51 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2017-01-13 09:56:51 +0000
commit84b7c4d8a92901d29e679aeef95bb5efa8a4f2b3 (patch)
treefa49ac06af2695125f57c6a9da024191240d5f9a /x11-wm/xfce4-desktop
parent33c0e0a97e864b35de9aee04f6eaba86458acef7 (diff)
downloadports-84b7c4d8a92901d29e679aeef95bb5efa8a4f2b3.tar.gz
ports-84b7c4d8a92901d29e679aeef95bb5efa8a4f2b3.zip
- Fix creation of folder from desktop context menu
- Bump PORTREVISION While I'm here, switch to optional extra build target (when NLS option is unset) PR: 214207 Reported by: Marko Cupac MFH: 2017Q1
Notes
Notes: svn path=/head/; revision=431365
Diffstat (limited to 'x11-wm/xfce4-desktop')
-rw-r--r--x11-wm/xfce4-desktop/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index fd9a08a6590a..3465026e2c72 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xfce4-desktop
PORTVERSION= 4.12.3
+PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/
DISTNAME= xfdesktop-${PORTVERSION}
@@ -39,11 +40,11 @@ THUNAR_USE_OFF= xfce=libexo
THUNAR_DESC= Thunar file manager support
OPTIONS_SUB= yes
-.include <bsd.port.pre.mk>
-
post-patch:
-.if !${PORT_OPTIONS:MNLS}
+ ${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
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>