summaryrefslogtreecommitdiff
path: root/lang
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 /lang
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 'lang')
-rw-r--r--lang/Sather/Makefile7
-rw-r--r--lang/newlisp/Makefile7
-rw-r--r--lang/ocaml/Makefile7
-rw-r--r--lang/ruby18/Makefile7
4 files changed, 0 insertions, 28 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 9d427d34763d..a4d35e8acaa5 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -50,13 +50,6 @@ BROKEN= boehm-gc is broken on ia64
BC_DIR!= cd ${PORTSDIR}/devel/boehm-gc && ${MAKE} -V WRKSRC
-# 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-extract:
#
# Precompiled binaries are for Linux only
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index a097319bf8df..609a2767689d 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -25,13 +25,6 @@ MAN1= newlisp.1
REINPLACE_ARGS= -i ""
-# 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} {} \;' --
-
MODULES= cgi ftp infix odbc pop3 postscript smtp stat unix \
xmlrpc-client zlib
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index a56b6e445ddc..905bddddb5cd 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -35,13 +35,6 @@ OPTIONS= X11 "Build with X11 support" on \
MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt
PATTERN= [[:space:]]*(do|then)?[[:space:]]*)(\$$\(CP\)|cp)([[:space:]]
-# 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>
MAN1!= ${CAT} ${FILESDIR}/man1
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 571c34c2dfbd..f2c208efe7a2 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -126,13 +126,6 @@ EXTDOCS= bigdecimal/bigdecimal_*.html \
MAN1= ${RUBY_NAME}.1
-# 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} {} \;' --
-
# Macros to change variables in rbconfig.rb
RB_SET_CONF_VAR=${SH} -c '${REINPLACE_CMD} -E -e "s,(CONFIG\[\"$$0\"\][[:space:]]*=[[:space:]]*)(\(?)(.*)(\)?),\1\2$$1\4," ${WRKSRC}/rbconfig.rb' --