aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/spectrwm
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-12-08 23:23:49 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-12-08 23:23:49 +0000
commitb7e35dcc3641691e6435c97db74cb8fd6938386d (patch)
tree41579723f53b9df456c9686213282867d91e99f4 /x11-wm/spectrwm
parenta9dc382b761febe3db97bea216896030a1659edf (diff)
downloadports-b7e35dcc3641691e6435c97db74cb8fd6938386d.tar.gz
ports-b7e35dcc3641691e6435c97db74cb8fd6938386d.zip
Fix build. Sorry about the breakage.
reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=335947
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r--x11-wm/spectrwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile
index e10bc7486356..4fad1f553f1b 100644
--- a/x11-wm/spectrwm/Makefile
+++ b/x11-wm/spectrwm/Makefile
@@ -48,8 +48,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${STAGEDIR}${PREFIX}/etc/spectrwm.conf.sample
${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${STAGEDIR}${PREFIX}/etc/spectrwm.conf
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- .for conf in ${PORTEXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${conf} ${STAGEDIR}${EXAMPLESDIR}
- .endfor
+.for conf in ${PORTEXAMPLES}
+ ${INSTALL_DATA} ${WRKSRC}/${conf} ${STAGEDIR}${EXAMPLESDIR}
+.endfor
.include <bsd.port.mk>