Modified: trunk/dports/devel/ocaml-eliom/Portfile (96072 => 96073)
--- trunk/dports/devel/ocaml-eliom/Portfile 2012-07-30 21:51:03 UTC (rev 96072)
+++ trunk/dports/devel/ocaml-eliom/Portfile 2012-07-30 21:51:57 UTC (rev 96073)
@@ -42,12 +42,13 @@
destroot.target install install.doc
-livecheck.type regex
-livecheck.url http://ocsigen.org/ocsigenserver/install
-livecheck.regex ocsigenserver-(\[0-9.\]+)${extract.suffix}
-
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} CHANGES COPYING LICENSE README VERSION \
${destroot}${prefix}/share/doc/${name}
}
+
+livecheck.type regex
+livecheck.url http://ocsigen.org/ocsigenserver/install
+livecheck.regex ocsigenserver-(\[0-9.\]+)${extract.suffix}
+