aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2017-01-13 17:56:51 +0800
committerolivierd <olivierd@FreeBSD.org>2017-01-13 17:56:51 +0800
commita4a16ca37ac72c8fd4dc7e91c58fcc92c869be5b (patch)
treefa49ac06af2695125f57c6a9da024191240d5f9a /x11-wm
parent655a211c1271bc42f517abb35818c5a420d91638 (diff)
downloadfreebsd-ports-gnome-a4a16ca37ac72c8fd4dc7e91c58fcc92c869be5b.tar.gz
freebsd-ports-gnome-a4a16ca37ac72c8fd4dc7e91c58fcc92c869be5b.tar.zst
freebsd-ports-gnome-a4a16ca37ac72c8fd4dc7e91c58fcc92c869be5b.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
Diffstat (limited to 'x11-wm')
-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>