diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /devel/ruby-jttui | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | FreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip FreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'devel/ruby-jttui')
-rw-r--r-- | devel/ruby-jttui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-jttui/Makefile b/devel/ruby-jttui/Makefile index 02610cd..51137f1 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} |