diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 22:03:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 22:03:04 +0800 |
commit | 3038980f8b622f57ae3c4be686dd03539acfb62f (patch) | |
tree | 3adc73c12b68450ba198a6770a4a13796debb29a /devel/ocaml-pcre | |
parent | 1ac285bc164bb56b160c8e0ccdf608d834435c94 (diff) | |
download | freebsd-ports-gnome-3038980f8b622f57ae3c4be686dd03539acfb62f.tar.gz freebsd-ports-gnome-3038980f8b622f57ae3c4be686dd03539acfb62f.tar.zst freebsd-ports-gnome-3038980f8b622f57ae3c4be686dd03539acfb62f.zip |
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996
Submitted by: stass
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index a31919e189bf..816b2f77d086 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -27,13 +27,6 @@ MAKE_ENV+= LIBDIRS="${LOCALBASE}/lib" USE_GMAKE= yes EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${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} {} \;' -- - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} |