Ensure that findlib doesn't write to ld.conf outside the destroot
--- trunk/dports/devel/caml-ocamlnet/Portfile 2008-07-29 23:24:57 UTC (rev 38737)
+++ trunk/dports/devel/caml-ocamlnet/Portfile 2008-07-29 23:36:15 UTC (rev 38738)
@@ -43,7 +43,7 @@
pre-destroot {
set ocaml_site_path [exec ocamlfind printconf destdir]
- file mkdir ${destroot}/${ocaml_site_path}
+ file mkdir ${destroot}/${ocaml_site_path}/stublibs
}
destroot.env DESTDIR="${destroot}" \