aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-12-09 07:23:49 +0800
committerzeising <zeising@FreeBSD.org>2013-12-09 07:23:49 +0800
commite0ea81490ac07984c605db7f8ee7a4412657926b (patch)
tree41579723f53b9df456c9686213282867d91e99f4 /x11-wm
parent52cb95075d8f84020c1555363d92b98c984f68c3 (diff)
downloadfreebsd-ports-graphics-e0ea81490ac07984c605db7f8ee7a4412657926b.tar.gz
freebsd-ports-graphics-e0ea81490ac07984c605db7f8ee7a4412657926b.tar.zst
freebsd-ports-graphics-e0ea81490ac07984c605db7f8ee7a4412657926b.zip
Fix build. Sorry about the breakage.
reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Diffstat (limited to 'x11-wm')
-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 e10bc748635..4fad1f553f1 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>