diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-06 05:51:53 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-06 05:51:53 +0000 |
commit | a806a84e379798ffafd1726becf8e96ea3c8c9f0 (patch) | |
tree | 422e60244b4a52a42608c2da8f23a01252d09fc3 /math/libflame | |
parent | fix the build after the change in the default Java ports; remove (diff) |
adjust directory permissions
Notes
Notes:
svn path=/head/; revision=292801
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 |