Modified: trunk/dports/devel/caml-ocamlnet/Portfile (38742 => 38743)
--- trunk/dports/devel/caml-ocamlnet/Portfile 2008-07-30 01:03:31 UTC (rev 38742)
+++ trunk/dports/devel/caml-ocamlnet/Portfile 2008-07-30 01:39:48 UTC (rev 38743)
@@ -44,7 +44,9 @@
pre-destroot {
set ocaml_site_path [exec ocamlfind printconf destdir]
file mkdir ${destroot}/${ocaml_site_path}/stublibs
+
}
-destroot.env DESTDIR="${destroot}" \
- OCAMLFIND_DESTDIR="${destroot}/[exec ${prefix}/bin/ocamlfind printconf destdir]"
+pre-destroot {
+ destroot.args DESTDIR="${destroot}" OCAMLFIND_DESTDIR="${destroot}/[exec ${prefix}/bin/ocamlfind printconf destdir]"
+}