aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-pomap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocaml-pomap/Makefile')
-rw-r--r--devel/ocaml-pomap/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/ocaml-pomap/Makefile b/devel/ocaml-pomap/Makefile
index 7a1d0b6526da..e7bfca5dab09 100644
--- a/devel/ocaml-pomap/Makefile
+++ b/devel/ocaml-pomap/Makefile
@@ -25,13 +25,6 @@ DOCS= README
DOCSDIR= ${TARGETDIR}/share/doc/ocaml/${PORTNAME}
EXAMPLESDIR= ${TARGETDIR}/share/examples/ocaml/${PORTNAME}
-# 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: