diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-01-06 15:08:26 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-01-06 15:08:26 +0000 |
| commit | 37b9daba31287e3443df02b22e54ae28fd11b7d2 (patch) | |
| tree | 2e04b8b9d64c758ec67f18ce352b1f512f601e75 /packaging | |
| parent | 96994162eef383c82b7f9e20e9d4af479699bee8 (diff) | |
| download | rabbitmq-server-git-37b9daba31287e3443df02b22e54ae28fd11b7d2.tar.gz | |
Add VERSION to the build and destroot phase environments for MacPorts
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/macports/Portfile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index 820197e7bb..360fb394eb 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -62,6 +62,10 @@ use_parallel_build yes build.env-append HOME=${workpath} +build.env-append VERSION=${version} + +destroot.env-append VERSION=${version} + destroot.target install_bin destroot.destdir \ |
