diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-cdb/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/ruby-cdb/Makefile b/databases/ruby-cdb/Makefile index 42b519ea7608..40b9b57891a8 100644 --- a/databases/ruby-cdb/Makefile +++ b/databases/ruby-cdb/Makefile @@ -26,13 +26,6 @@ CDB_PORTDIR= ${PORTSDIR}/databases/cdb INSTALL_TARGET= site-install -# XXX: exists untill it will be committed to bsd.port.mk -COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ - 2>&1) && \ - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \ - ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \ - ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' -- - .include <bsd.port.pre.mk> post-extract: |