summaryrefslogtreecommitdiff
path: root/net/ruby-ldap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-24 14:03:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-24 14:03:04 +0000
commit28f8ee4611d178cba9a652c35ccb813d2d507082 (patch)
treec5cf96d8d3d25f8817f9a7d91e2f1dda8b7ceca1 /net/ruby-ldap
parent[1] Introduce COPYTREE_BIN and COPYTREE_SHARE macros (diff)
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996 Submitted by: stass
Notes
Notes: svn path=/head/; revision=188171
Diffstat (limited to 'net/ruby-ldap')
-rw-r--r--net/ruby-ldap/Makefile7
1 files changed, 0 insertions, 7 deletions
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