From 24adc215fd013e668346c70600fe231dc1d7c2d9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 22 Mar 2004 23:49:34 +0000 Subject: - Replace nasty [A-Za-hj-z] with a recursive cp. Not that elegant but it works under all locales. Approved by: maintainer --- lang/ocaml/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lang/ocaml') diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index bd4ce0d50fa5..dd1a2abadd56 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -98,10 +98,8 @@ post-install: @${MKDIR} ${EXAMPLESDIR}/camltk/images @cd ${WRKSRC}/otherlibs/labltk/examples_labltk; \ ${INSTALL_DATA} * ${EXAMPLESDIR}/labltk - @cd ${WRKSRC}/otherlibs/labltk/examples_camltk/images; \ - ${INSTALL_DATA} * ${EXAMPLESDIR}/camltk/images - @cd ${WRKSRC}/otherlibs/labltk/examples_camltk; \ - ${INSTALL_DATA} [A-Za-hj-z]* ${EXAMPLESDIR}/camltk + @${CP} -r ${WRKSRC}/otherlibs/labltk/examples_camltk/* \ + ${EXAMPLESDIR}/camltk .endif .for prog in camlp4o.opt camlp4r.opt ocamlc.opt ocamldep.opt ocamldoc.opt \ ocamllex.opt ocamlopt.opt ocamlrun ocamlyacc -- cgit v1.2.3