diff --git a/dev-lang/ocaml/ocaml-4.01.0.recipe b/dev-lang/ocaml/ocaml-4.01.0.recipe index 089a50f3f..f9e564e15 100644 --- a/dev-lang/ocaml/ocaml-4.01.0.recipe +++ b/dev-lang/ocaml/ocaml-4.01.0.recipe @@ -13,13 +13,13 @@ interactive loop, for experimentation and rapid development. " LICENSE="GNU LGPL v2" COPYRIGHT="1996-2013 Institut National de Recherche en Informatique et en Automatique (INRIA)." -HOMEPAGE="http://caml.inria.fr/index.en.html" -SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz" +HOMEPAGE="http://caml.inria.fr/index.en.html" +SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-$portVersion.tar.gz" CHECKSUM_SHA256="ea1751deff454f5c738d10d8a0ad135afee0852d391cf95766b726c0faf7cfdb" REVISION="1" -ARCHITECTURES="x86 ?x86_gcc2 x86_64" +ARCHITECTURES="x86 x86_gcc2 x86_64" -SOURCE_DIR="ocaml-4.01.0" +PATCHES="ocaml-$portVersion.patchset" PROVIDES=" ocaml = $portVersion compat >= 4 @@ -78,13 +78,11 @@ BUILD_PREREQUIRES=" cmd:xargs " -PATCHES="ocaml-4.01.0.patchset" - BUILD() { ./configure --prefix $prefix \ --mandir $manDir - make world.opt + make world.opt } INSTALL()