summaryrefslogtreecommitdiffstats
path: root/graphics/urt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r--graphics/urt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 00347e0..c81b71c 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -63,10 +63,10 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKDIR}/doc && ${FIND} . | \
- cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKDIR} && ${FIND} img | \
- cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
+ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud