aboutsummaryrefslogtreecommitdiff
path: root/math/kktdirect
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-03-06 05:51:53 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-03-06 05:51:53 +0000
commita806a84e379798ffafd1726becf8e96ea3c8c9f0 (patch)
tree422e60244b4a52a42608c2da8f23a01252d09fc3 /math/kktdirect
parent34571361e9f238289b8a748b93740fe38704438a (diff)
adjust directory permissions
Notes
Notes: svn path=/head/; revision=292801
Diffstat (limited to 'math/kktdirect')
-rw-r--r--math/kktdirect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile
index a8b9bea2651f..0fb7043baf7a 100644
--- a/math/kktdirect/Makefile
+++ b/math/kktdirect/Makefile
@@ -99,11 +99,11 @@ do-install:
libkktdirect.so.0 ${PREFIX}/lib
@${LN} -sf libkktdirect.so.0 ${PREFIX}/lib/libkktdirect.so
.ifndef(NOPORTDOCS)
- @${INSTALL_DATA} -d ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.ifndef(NOPORTEXAMPLES)
- @${INSTALL_DATA} -d ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
.endif