From 58b497bb99d61fd6be8422c7a1d309963cb8ae1c Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 19 Jan 2015 15:05:43 -0500 Subject: [PATCH] ocaml: enable x86_gcc2. Also some style fixes to the recipe. No functional change, so I didn't bump the REVISION. --- dev-lang/ocaml/ocaml-4.01.0.recipe | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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()