Fix build. Sorry about the breakage.

reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>
This commit is contained in:
Niclas Zeising 2013-12-08 23:23:49 +00:00
parent a9dc382b76
commit b7e35dcc36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335947

View file

@ -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>