diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
commit | e99ceadaf6c77b80c19e16d91306e944305b1c88 (patch) | |
tree | e8a8f4dac51e148717ae07e2de0c635ec5d58833 /devel/invitation_to_ruby | |
parent | 3a5afbdcc87c8da2cc12bd67ec501257e48bc034 (diff) | |
download | ports-e99ceadaf6c77b80c19e16d91306e944305b1c88.tar.gz ports-e99ceadaf6c77b80c19e16d91306e944305b1c88.zip |
Notes
Diffstat (limited to 'devel/invitation_to_ruby')
-rw-r--r-- | devel/invitation_to_ruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile index 964b35601db8..2554ab2bea54 100644 --- a/devel/invitation_to_ruby/Makefile +++ b/devel/invitation_to_ruby/Makefile @@ -47,7 +47,8 @@ pre-install: do-install: ${RM} -fr ${DOCSDIR} ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}; find . | ${CPIO} -pdmv -R ${DOCOWN}:${DOCGRP} ${DOCSDIR} + cd ${WRKSRC}; ${FIND} . \ + | ${CPIO} -pdmv -R ${DOCOWN}:${DOCGRP} ${DOCSDIR} ${CHMOD} -R ugo-w,ugo+rX ${DOCSDIR} .include <bsd.port.post.mk> |