svn commit: r335947 - head/x11-wm/spectrwm

Niclas Zeising zeising at FreeBSD.org
Sun Dec 8 23:23:49 UTC 2013


Author: zeising
Date: Sun Dec  8 23:23:49 2013
New Revision: 335947
URL: http://svnweb.freebsd.org/changeset/ports/335947

Log:
  Fix build.  Sorry about the breakage.
  
  reported by:	Andrzej Tobola <ato at iem.pw.edu.pl>

Modified:
  head/x11-wm/spectrwm/Makefile

Modified: head/x11-wm/spectrwm/Makefile
==============================================================================
--- head/x11-wm/spectrwm/Makefile	Sun Dec  8 23:06:15 2013	(r335946)
+++ head/x11-wm/spectrwm/Makefile	Sun Dec  8 23:23:49 2013	(r335947)
@@ -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>


More information about the svn-ports-all mailing list