diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /devel/ruby-jttui | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
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 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} |