[95084] trunk/dports/devel/ocaml-findlib/Portfile

mww at macports.org mww at macports.org
Thu Jul 5 00:55:18 PDT 2012


Revision: 95084
          https://trac.macports.org/changeset/95084
Author:   mww at macports.org
Date:     2012-07-05 00:55:18 -0700 (Thu, 05 Jul 2012)
Log Message:
-----------
ocaml-findlib: 'file normalize' did something strange on the build-server ("/Volumes/work/macports/lib/ocaml/site-lib/stublibs/.turd_ocaml-findlib" is path of the package) -- better hard-code the path; inc revision

Modified Paths:
--------------
    trunk/dports/devel/ocaml-findlib/Portfile

Modified: trunk/dports/devel/ocaml-findlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-findlib/Portfile	2012-07-05 07:13:59 UTC (rev 95083)
+++ trunk/dports/devel/ocaml-findlib/Portfile	2012-07-05 07:55:18 UTC (rev 95084)
@@ -4,7 +4,7 @@
 
 name                ocaml-findlib
 version             1.3.2
-revision            3
+revision            4
 distname            findlib-${version}
 categories          devel ml
 maintainers         mww openmaintainer
@@ -49,7 +49,7 @@
 
 # `ocamlfind printconf destdir` returns nothing if the dir isn't in place
 # but we know it's the same as our site-lib dir
-set ocamlfind_destdir [file normalize ${prefix}/lib/ocaml/site-lib/stublibs]
+set ocamlfind_destdir ${prefix}/lib/ocaml/site-lib/stublibs
 destroot.keepdirs   ${destroot}${ocamlfind_destdir}
 post-destroot {
     xinstall -m 755 -d ${destroot}${ocamlfind_destdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120705/ac409512/attachment.html>


More information about the macports-changes mailing list