From c7941eabfda5b9f91a009570ba61c4a098452cc8 Mon Sep 17 00:00:00 2001 From: Stephen Dwyer Date: Wed, 13 Mar 2013 08:02:39 -0600 Subject: [PATCH] [macports] ivy-ocaml needed variable in build phase as well as destroot phase --- darwin/macports/ports/devel/ivy-ocaml/Portfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/darwin/macports/ports/devel/ivy-ocaml/Portfile b/darwin/macports/ports/devel/ivy-ocaml/Portfile index 02ac553..5ee50e4 100644 --- a/darwin/macports/ports/devel/ivy-ocaml/Portfile +++ b/darwin/macports/ports/devel/ivy-ocaml/Portfile @@ -24,6 +24,8 @@ use_configure no #Need to prevent simultaneous targets building, error with -j4 default use_parallel_build no +build.post_args OSX_MACPORTS_PREFIX=${prefix} + pre-destroot { # ocamlfind needs the ocaml directory structure to be present # in order to fill it during installation.