1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Fix build on 9.

Pointy hat on:	ume
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-03-19 13:35:02 +00:00
parent 844501a32c
commit d3daf37d76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411395
3 changed files with 3 additions and 9 deletions

View File

@ -193,12 +193,10 @@ post-install-DOCS-on:
# There are already files in EXAMPLESDIR at that point, so no
# need to create it.
post-install-EXAMPLES-on:
.for f in ${CONFS}
.if ${f} != normal.conf
.for f in ${CONFS:Nnormal.conf}
@${INSTALL_DATA} ${WRKSRC}/master/conf/${f} \
${STAGEDIR}${EXAMPLESDIR}
@${ECHO_CMD} ${EXAMPLESDIR:S,^${PREFIX}/,,}/${f} >>${TMPPLIST}
.endif
.endfor
.include <bsd.port.mk>

View File

@ -207,12 +207,10 @@ post-install-DOCS-on:
# there are already files in EXAMPLESDIR at that point, so no
# need to create it.
post-install-EXAMPLES-on:
.for f in ${CONFS}
.if ${f} != normal.conf
.for f in ${CONFS:Nnormal.conf}
@${INSTALL_DATA} ${WRKSRC}/master/conf/${f} \
${STAGEDIR}${EXAMPLESDIR}
@${ECHO_CMD} ${EXAMPLESDIR:S,^${PREFIX}/,,}/${f} >>${TMPPLIST}
.endif
.endfor
.include <bsd.port.mk>

View File

@ -234,12 +234,10 @@ post-install-DOCS-on:
# there are already files in EXAMPLESDIR at that point, so no
# need to create it.
post-install-EXAMPLES-on:
.for f in ${CONFS}
.if ${f} != normal.conf
.for f in ${CONFS:Nnormal.conf}
@${INSTALL_DATA} ${WRKSRC}/master/conf/${f} \
${STAGEDIR}${EXAMPLESDIR}
@${ECHO_CMD} ${EXAMPLESDIR:S,^${PREFIX}/,,}/${f} >>${TMPPLIST}
.endif
.endfor
.include <bsd.port.mk>