diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 222033f07cb..7bc66dc0960 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,14 +1,14 @@ # Template file for 'ocaml' pkgname=ocaml -version=4.02.2 +version=4.02.3 revision=1 makedepends="ncurses-devel libX11-devel" short_desc="The main implementation of the Caml language" -maintainer="Juan RP " +maintainer="Christian Neukirchen " homepage="http://caml.inria.fr" license="QPL-1, LGPL-2" distfiles="${homepage}/pub/distrib/${pkgname}-${version%.*}/${pkgname}-${version}.tar.xz" -checksum=60f923988ab7ae023a0799f9699d7d7a476bf8207ee2c900f92c8288ea363085 +checksum=83c6697e135b599a196fd7936eaf8a53dd6b8f3155a796d18407b56f91df9ce3 nocross=yes do_configure() { @@ -18,9 +18,6 @@ do_build() { make ${makejobs} world.opt } do_install() { - local compiler_libs=${DESTDIR}/usr/lib/ocaml/compiler-libs - make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install - vlicense LICENSE }