diff -ruN /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/caml-ounit/Portfile devel/caml-ounit/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name caml-ounit |
6 | | version 1.0.2 |
| 6 | version 1.0.3 |
7 | 7 | categories devel ml |
8 | 8 | maintainers landonf openmaintainer |
9 | 9 | description Unit test framework for OCaml |
… |
… |
|
18 | 18 | |
19 | 19 | distname ounit-${version} |
20 | 20 | |
21 | | checksums md5 27320856992f0d1b9b0abc186df2e552 \ |
22 | | sha1 91dbd0c6a7bc055225cabd83ee55392d1ad1f663 \ |
23 | | rmd160 9e886bb2d59e90defdb29bfd32514ddb26cfdd97 |
| 21 | checksums md5 e0831c33cd18fdbf7615bb053e3792b9 \ |
| 22 | sha1 fd5674ba094ed8d32c11618cd22d4efa58535a76 \ |
| 23 | rmd160 35496f9df16121b4246074e79df0c5396e3faba7 |
24 | 24 | |
25 | 25 | depends_lib port:ocaml \ |
26 | 26 | port:caml-findlib |
… |
… |
|
36 | 36 | file mkdir ${destroot}/${ocaml_site_path} |
37 | 37 | } |
38 | 38 | |
| 39 | post-destroot { |
| 40 | xinstall -d -755 ${destroot}${prefix}/share/doc/${name} |
| 41 | eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] \ |
| 42 | ${destroot}/${prefix}/share/doc/${name} |
| 43 | } |
| 44 | |
39 | 45 | configure {} |
40 | 46 | |
41 | | build.target allopt |
| 47 | build.target allopt doc |