Fix build. Sorry about the breakage.
reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
This commit is contained in:
parent
a9dc382b76
commit
b7e35dcc36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335947
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue