Revision
38743
Author
landonf@macports.org
Date
2008-07-29 18:39:48 -0700 (Tue, 29 Jul 2008)

Log Message

Fix breakage at index time. ocamlfind, you're killing me.

Modified Paths

Diff

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]"
+}