[84607] trunk/dports/devel/caml-sqlite3/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 28 13:13:48 PDT 2011


Revision: 84607
          http://trac.macports.org/changeset/84607
Author:   ryandesign at macports.org
Date:     2011-09-28 13:13:47 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
caml-sqlite3: Do not put slashes in front of paths that already start with a slash

Modified Paths:
--------------
    trunk/dports/devel/caml-sqlite3/Portfile

Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/caml-sqlite3/Portfile	2011-09-28 20:10:24 UTC (rev 84606)
+++ trunk/dports/devel/caml-sqlite3/Portfile	2011-09-28 20:13:47 UTC (rev 84607)
@@ -42,9 +42,9 @@
 
 pre-destroot {
     set ocaml_site_path [exec ocamlfind printconf destdir]
-    xinstall -m 755 -d ${destroot}/${ocaml_site_path}/stublibs
-    xinstall -m 755 -d ${destroot}/${prefix}/share/doc
-    file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${ocaml_site_path}/stublibs
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc
+    file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/313515b3/attachment.html>


More information about the macports-changes mailing list