aboutsummaryrefslogtreecommitdiffstats
path: root/math/spblas
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2012-03-06 13:51:53 +0800
committerbf <bf@FreeBSD.org>2012-03-06 13:51:53 +0800
commit727db64cf5d1cf13bef5f7c6efb10f7a05bc8d2b (patch)
treef5c24c5af3e9b316ba5c7799a5069178415c87dd /math/spblas
parent2e11ec191e3576665915fc7825b61488e113b6bc (diff)
downloadfreebsd-ports-gnome-727db64cf5d1cf13bef5f7c6efb10f7a05bc8d2b.tar.gz
freebsd-ports-gnome-727db64cf5d1cf13bef5f7c6efb10f7a05bc8d2b.tar.zst
freebsd-ports-gnome-727db64cf5d1cf13bef5f7c6efb10f7a05bc8d2b.zip
adjust directory permissions
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