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:
parent
844501a32c
commit
d3daf37d76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411395
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user