From a4a16ca37ac72c8fd4dc7e91c58fcc92c869be5b Mon Sep 17 00:00:00 2001 From: olivierd Date: Fri, 13 Jan 2017 09:56:51 +0000 Subject: - 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 --- x11-wm/xfce4-desktop/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'x11-wm') 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 - 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 +.include -- cgit