aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-utils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /sysutils/xfce4-utils
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
downloadports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz
ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip
Notes
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>