diff options
Diffstat (limited to 'math/libflame')
-rw-r--r-- | math/libflame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index c868c0936546..b957495033ef 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -313,11 +313,11 @@ do-install: ${MAKE_ARGS} install-libs .endif .ifndef(NOPORTDOCS) - @${INSTALL_DATA} -d ${DOCSDIR} + @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${_DISTDIR}/${PORTDOCS} ${DOCSDIR} .endif .ifndef(NOPORTEXAMPLES) - @${INSTALL_DATA} -d ${EXAMPLESDIR} + @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples; ${COPYTREE_SHARE} \* ${EXAMPLESDIR} .endif |