aboutsummaryrefslogtreecommitdiff
path: root/graphics/white_dune/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/white_dune/Makefile')
-rw-r--r--graphics/white_dune/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile
index 4bc140be79cb..5b52df177947 100644
--- a/graphics/white_dune/Makefile
+++ b/graphics/white_dune/Makefile
@@ -58,7 +58,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/docs && ${FIND} . | \
- cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>