aboutsummaryrefslogtreecommitdiff
path: root/math/spblas
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/spblas
parent34571361e9f238289b8a748b93740fe38704438a (diff)
downloadports-a806a84e379798ffafd1726becf8e96ea3c8c9f0.tar.gz
ports-a806a84e379798ffafd1726becf8e96ea3c8c9f0.zip
Notes
Diffstat (limited to 'math/spblas')
-rw-r--r--math/spblas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/spblas/Makefile b/math/spblas/Makefile
index 25164d03146b..2b8522444cc4 100644
--- a/math/spblas/Makefile
+++ b/math/spblas/Makefile
@@ -66,14 +66,14 @@ post-extract:
${WRKSRC}/Makefile
post-install:
- @${INSTALL_DATA} -d ${PREFIX}/${HDIR}
+ @${MKDIR} ${PREFIX}/${HDIR}
@cd ${WRKSRC}; ${INSTALL_DATA} ${HEADERS} ${PREFIX}/${HDIR}
.ifndef(NOPORTDOCS)
- @${INSTALL_DATA} -d ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${_DISTDIR}/${PORTDOCS} ${DOCSDIR}
.endif
.ifndef(NOPORTEXAMPLES)
- @${INSTALL_DATA} -d ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
.endif