From b7e35dcc3641691e6435c97db74cb8fd6938386d Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Sun, 8 Dec 2013 23:23:49 +0000 Subject: Fix build. Sorry about the breakage. reported by: Andrzej Tobola --- x11-wm/spectrwm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-wm/spectrwm') 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 -- cgit v1.2.3