Changeset 82587
- Timestamp:
- 08/16/11 02:42:19 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/caml-extlib/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/caml-extlib/Portfile
r69376 r82587 4 4 5 5 name caml-extlib 6 version 1.5. 16 version 1.5.2 7 7 categories devel ml 8 maintainers nomaintainer8 maintainers mww openmaintainer 9 9 description Extended Standard Library for OCaml 10 10 long_description A User-supported Extended Standard Library for OCaml … … 13 13 master_sites googlecode:ocaml-extlib 14 14 15 checksums md5 8dc2944cbf63141347956bd353893d75\16 sha1 e72ae90f53cc4dbed151d57e6004ab6e4acddc7f17 distfiles extlib-${version}.tar.gz 18 worksrcdirextlib-${version}15 checksums md5 839f9bf5a971fa07935c96ba7e209f86 \ 16 rmd160 ff554b614c099bce562f82b148067c731eddf059 \ 17 sha256 ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa 18 distname extlib-${version} 19 19 20 20 patchfiles patch-install.ml 21 21 22 depends_lib bin:camlp4:ocaml bin:ocamlfind:caml-findlib22 depends_lib port:ocaml port:caml-findlib 23 23 24 24 use_configure no … … 26 26 build {} 27 27 28 destroot.cmd " ocaml"28 destroot.cmd "${prefix}/bin/ocaml" 29 29 destroot.pre_args install.ml 30 30 destroot.args -b -n -doc … … 32 32 33 33 pre-destroot { 34 set extlib_destdir ${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]35 file mkdir $extlib_destdir34 set extlib_destdir ${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir] 35 xinstall -m 755 -d ${extlib_destdir} 36 36 reinplace s|##PREFIX##|${prefix}| ${worksrcpath}/install.ml 37 37 reinplace s|##DESTDIR##|${extlib_destdir}| ${worksrcpath}/install.ml 38 38 } 39
Note: See TracChangeset
for help on using the changeset viewer.

