Date: Sun, 8 Dec 2013 23:23:49 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335947 - head/x11-wm/spectrwm Message-ID: <201312082323.rB8NNn5V000594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312082323.rB8NNn5V000594>