aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/omake/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/omake/Makefile b/devel/omake/Makefile
index 2aed7324f2e9..cc94efabf0f8 100644
--- a/devel/omake/Makefile
+++ b/devel/omake/Makefile
@@ -22,13 +22,6 @@ NO_OCAML_RUNDEPENDS=yes
FETCH_CMD?= /usr/bin/fetch -Rr
-# 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)
INFO= omake-doc
.endif