aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-lacaml
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 /devel/ocaml-lacaml
parent65e107ab6988c9b2d4d980917430d8ab0cfee665 (diff)
downloadports-28f8ee4611d178cba9a652c35ccb813d2d507082.tar.gz
ports-28f8ee4611d178cba9a652c35ccb813d2d507082.zip
Notes
Diffstat (limited to 'devel/ocaml-lacaml')
-rw-r--r--devel/ocaml-lacaml/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile
index 2e3523ae2501..a6e80831c38a 100644
--- a/devel/ocaml-lacaml/Makefile
+++ b/devel/ocaml-lacaml/Makefile
@@ -32,13 +32,6 @@ DOCS= README TODO
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: