Use OPTIONS helper.

This commit is contained in:
Hajimu UMEMOTO 2015-11-12 11:21:48 +00:00
parent 01d64fe98c
commit 2dd87a10a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401324

View File

@ -130,12 +130,12 @@ post-install:
.else
@${MKDIR} ${STAGEDIR}/var/run/saslauthd
.endif
.if ${PORT_OPTIONS:MDOCS}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/saslauthd
.for file in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/saslauthd/${file} \
${STAGEDIR}${DOCSDIR}/saslauthd
.endfor
.endif
.include <bsd.port.post.mk>