diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/ocaml-netclient/Makefile | 7 | ||||
| -rw-r--r-- | net/ruby-ldap/Makefile | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/net/ocaml-netclient/Makefile b/net/ocaml-netclient/Makefile index 49f0b3d5539e..46df6bc25c81 100644 --- a/net/ocaml-netclient/Makefile +++ b/net/ocaml-netclient/Makefile @@ -29,13 +29,6 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} -# 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} {} \;' -- - .if !defined(NOPORTDOCS) PORTDOCS= * .endif diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile index daa2e71e88b0..0e1ecc96969f 100644 --- a/net/ruby-ldap/Makefile +++ b/net/ruby-ldap/Makefile @@ -56,13 +56,6 @@ INSTALL_TARGET= site-install DOCS_EN= ChangeLog FAQ README TODO -# 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} {} \;' -- - post-patch: ${RUBY} -i -pe 'gsub %r|/usr/local/openldap|, "${PREFIX}"' \ -e 'gsub /ruby-1\.6/, "${RUBY}"' ${WRKSRC}/test/test.sh |
