diff options
| author | David Wragg <dpw@lshift.net> | 2010-01-22 11:30:48 +0000 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2010-01-22 11:30:48 +0000 |
| commit | eeba079caa9394273ce9056a08ca53adaf5353f5 (patch) | |
| tree | 88076c320438eaec55e6cb7c9b9ee86f9f27f322 | |
| parent | 7ae9a6b1b3cb084d17eded58a258e756487c8d10 (diff) | |
| download | rabbitmq-server-git-eeba079caa9394273ce9056a08ca53adaf5353f5.tar.gz | |
The macports Makefile should by default construct the macports package
| -rw-r--r-- | packaging/macports/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/macports/Makefile b/packaging/macports/Makefile index 58a3e9c78c..53d27f9b49 100644 --- a/packaging/macports/Makefile +++ b/packaging/macports/Makefile @@ -17,6 +17,8 @@ MACPORTS_USERHOST= MACPORTS_DIR=macports DEST=$(MACPORTS_DIR)/net/rabbitmq-server +all: macports + dirs: mkdir -p $(DEST)/files |
