aboutsummaryrefslogtreecommitdiff
path: root/devel/trio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/trio/Makefile')
-rw-r--r--devel/trio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/trio/Makefile b/devel/trio/Makefile
index 2215f9724825..dc3bf037ac04 100644
--- a/devel/trio/Makefile
+++ b/devel/trio/Makefile
@@ -25,7 +25,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc html | \
- cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.mk>