[61891] trunk/dports/devel/caml-ocamlmakefile/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 22 23:42:15 PST 2009


Revision: 61891
          http://trac.macports.org/changeset/61891
Author:   ryandesign at macports.org
Date:     2009-12-22 23:42:15 -0800 (Tue, 22 Dec 2009)
Log Message:
-----------
caml-ocamlmakefile: don't put a slash before ${prefix}; it already begins with a slash

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

Modified: trunk/dports/devel/caml-ocamlmakefile/Portfile
===================================================================
--- trunk/dports/devel/caml-ocamlmakefile/Portfile	2009-12-23 07:37:15 UTC (rev 61890)
+++ trunk/dports/devel/caml-ocamlmakefile/Portfile	2009-12-23 07:42:15 UTC (rev 61891)
@@ -30,15 +30,15 @@
 build               {}
 
 destroot {
-    xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/ \
-        ${destroot}/${prefix}/share/doc/${name} \
-        ${destroot}/${prefix}/share/examples/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/${name}/ \
+        ${destroot}${prefix}/share/doc/${name} \
+        ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} OCamlMakefile \
-        ${destroot}/${prefix}/share/${name}
+        ${destroot}${prefix}/share/${name}
     foreach d {calc camlp4 gtk idl threads} {
-        file copy ${worksrcpath}/${d} ${destroot}/${prefix}/share/examples/${name}
+        file copy ${worksrcpath}/${d} ${destroot}${prefix}/share/examples/${name}
     }
     xinstall -m 644 -W ${worksrcpath} README.txt LICENSE Changelog \
-        ${destroot}/${prefix}/share/doc/${name}
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091222/9f14da0c/attachment.html>


More information about the macports-changes mailing list