aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-jttui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-jttui/Makefile')
-rw-r--r--devel/ruby-jttui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-jttui/Makefile b/devel/ruby-jttui/Makefile
index 02610cd24047..51137f14404d 100644
--- a/devel/ruby-jttui/Makefile
+++ b/devel/ruby-jttui/Makefile
@@ -28,7 +28,7 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DESTDIR}${RUBY_MODDOCDIR}
cd ${WRKSRC}/doc; \
- ${FIND} . | cpio -pdmv ${DESTDIR}${RUBY_MODDOCDIR}
+ ${FIND} . | ${CPIO} -pdmv ${DESTDIR}${RUBY_MODDOCDIR}
${CHMOD} -R ugo+rX,ugo-w ${DESTDIR}${RUBY_MODDOCDIR}
${MKDIR} ${DESTDIR}${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${DESTDIR}${RUBY_MODEXAMPLESDIR}