Fix build when EXAMPLES is unset

This regression was introduced in r470918.

EXAMPLES files are staged but not installed when the option is unset, so the
EXAMPLESDIR directory must exist in all cases.

DOCS is not affected so left untouched.
This commit is contained in:
Romain Tartière 2018-07-12 10:29:33 +00:00
parent 616cd32fc7
commit ec20dd51c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474500

View File

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