[84411] trunk/dports/lang/ocaml-doc/Portfile

mww at macports.org mww at macports.org
Mon Sep 26 00:11:01 PDT 2011


Revision: 84411
          http://trac.macports.org/changeset/84411
Author:   mww at macports.org
Date:     2011-09-26 00:11:01 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
ocaml-doc: mark as 'noarch', dont version path;

Modified Paths:
--------------
    trunk/dports/lang/ocaml-doc/Portfile

Modified: trunk/dports/lang/ocaml-doc/Portfile
===================================================================
--- trunk/dports/lang/ocaml-doc/Portfile	2011-09-26 07:06:35 UTC (rev 84410)
+++ trunk/dports/lang/ocaml-doc/Portfile	2011-09-26 07:11:01 UTC (rev 84411)
@@ -4,9 +4,11 @@
 
 name                ocaml-doc
 version             3.12
+revision            1
 platforms           darwin
 maintainers         mww openmaintainer
 categories          lang ml
+supported_archs     noarch
 description         The Objective Caml reference manual
 long_description    ${description}
 homepage            http://www.ocaml.org/
@@ -25,7 +27,7 @@
 
 destroot {
     xinstall -d ${destroot}${prefix}/share/doc
-    file copy ${workpath}/htmlman ${destroot}${prefix}/share/doc/${name}-${version}
+    file copy ${workpath}/htmlman ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110926/f8be87e9/attachment-0001.html>


More information about the macports-changes mailing list