[38743] trunk/dports/devel/caml-ocamlnet/Portfile

landonf at macports.org landonf at macports.org
Tue Jul 29 18:39:48 PDT 2008


Revision: 38743
          http://trac.macosforge.org/projects/macports/changeset/38743
Author:   landonf at 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:
--------------
    trunk/dports/devel/caml-ocamlnet/Portfile

Modified: trunk/dports/devel/caml-ocamlnet/Portfile
===================================================================
--- 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]"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080729/95cc4e43/attachment.html 


More information about the macports-changes mailing list