summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
commit999161a9ed97730daec86fd4a1472d43f1f3c106 (patch)
treef20c586b0416176f121176e4710700155b5cf9bf /x11
parentFix props. (diff)
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412342
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/Makefile4
-rw-r--r--x11/libxklavier/Makefile2
-rw-r--r--x11/thingylaunch/Makefile2
-rw-r--r--x11/xscreensaver-gnome/Makefile6
4 files changed, 7 insertions, 7 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index f4f8d10db6d6..2e254646f63f 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -104,8 +104,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \
${WRKSRC}/data/Makefile.in
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/daemon/gdm-session-worker.c
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/daemon/gdm-session-worker.c
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
-e 's|/usr/bin/X|${LOCALBASE}/bin/X|g' \
-e 's|/usr/bin/Xorg|${LOCALBASE}/bin/Xorg|g' \
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index c0d92e627e4d..d9e3908cf1fc 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -13,7 +13,7 @@ COMMENT= Utility library to make XKB stuff easier
BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes
RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \
- iso-codes>=0:${PORTSDIR}/misc/iso-codes
+ iso-codes>=0:${PORTSDIR}/misc/iso-codes
USE_XORG= x11 xkbfile
USES= gmake libtool pathfix pkgconfig tar:xz
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile
index 9c3363884da4..2e8fdf461126 100644
--- a/x11/thingylaunch/Makefile
+++ b/x11/thingylaunch/Makefile
@@ -32,7 +32,7 @@ USE_XORG+= x11
.if ${PORT_OPTIONS:MLIBXCB}
USE_XORG+= xcb
LIB_DEPENDS+= libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \
- libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
+ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
CMAKE_ARGS+= -DUSE_XCB:BOOL=ON
.endif
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile
index 8fc4f4dc3e77..fd795a081dd0 100644
--- a/x11/xscreensaver-gnome/Makefile
+++ b/x11/xscreensaver-gnome/Makefile
@@ -78,11 +78,11 @@ post-patch:
.if ${PORT_OPTIONS:MPAM}
.for f in driver/passwd-pam.c driver/xscreensaver.man
@${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \
- ${WRKSRC}/${f}
+ ${WRKSRC}/${f}
.endfor
.else
@${REINPLACE_CMD} -e 's|install-xml install-pam|install-xml|' \
- ${WRKSRC}/driver/Makefile.in
+ ${WRKSRC}/driver/Makefile.in
.endif
pre-build:
@@ -101,7 +101,7 @@ post-install-slave:
post-install: post-install-slave
@(if test -x ${STAGEDIR}${PREFIX}/bin/xscreensaver-hacks/webcollage-helper; then \
- ${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \
+ ${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \
${CAT} - ${TMPPLIST} > ${TMPPLIST}.cat && \
${MV} ${TMPPLIST}.cat ${TMPPLIST}; fi)