diff options
author | Tim Watson <tim@rabbitmq.com> | 2012-08-17 06:12:26 -0400 |
---|---|---|
committer | Tim Watson <tim@rabbitmq.com> | 2012-08-17 06:12:26 -0400 |
commit | a5ac91c069d4c73a1d09f48ea132a93b2cadc841 (patch) | |
tree | 7a9dfed18942df8d35f62bbcefcf7f525bf52b66 | |
parent | 416cf57c2487e934540f611c2e261e8494d9706f (diff) | |
parent | ce79f85248be67244a5fe2970ee415956f84ab1b (diff) | |
download | rabbitmq-server-a5ac91c069d4c73a1d09f48ea132a93b2cadc841.tar.gz |
merge bug25105 into default
-rw-r--r-- | packaging/macports/Portfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index e461e49e..82c1fb0c 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -59,7 +59,7 @@ set mandest ${destroot}${prefix}/share/man use_configure no -use_parallel_build yes +use_parallel_build no build.env-append HOME=${workpath} |