aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-utils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xfce4-utils')
-rw-r--r--sysutils/xfce4-utils/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile
index 12c3d69d467d..f25cc9859cd1 100644
--- a/sysutils/xfce4-utils/Makefile
+++ b/sysutils/xfce4-utils/Makefile
@@ -7,7 +7,6 @@
PORTNAME= xfce4-utils
PORTVERSION= 4.4.2
-PORTREVISION= 0
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfce-utils-${PORTVERSION}
@@ -38,12 +37,9 @@ PLIST_SUB+= WITH_DBUS="@comment "
.endif
post-patch:
-.if ${X11BASE} != ${LOCALBASE}
- @${REINPLACE_CMD} 's|/usr/local/share:|${X11BASE}/share:|' \
+ @${REINPLACE_CMD} 's|/usr/local/share:|${LOCALBASE}/share:|' \
${WRKSRC}/scripts/startxfce4.in
-.else
@${REINPLACE_CMD} 's|/usr/local/share:||' \
${WRKSRC}/scripts/startxfce4.in
-.endif
.include <bsd.port.post.mk>