Convert to options target helper

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-05-26 17:48:14 +00:00
parent ee2edb8af9
commit 86248932f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470918

View File

@ -33,7 +33,10 @@ PORTDOCS= *
DOCS_INSTALL_TARGET= docs install_html HTMLDIR=${STAGEDIR}${DOCSDIR}
pre-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
pre-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
pre-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>