summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-02-11 13:48:47 +0000
committerDavid Wragg <dpw@lshift.net>2010-02-11 13:48:47 +0000
commit44794ec46c05836c2f15ae4971b85561e6d9d645 (patch)
tree90ea74db6c3632421c6d9ae7be42f059c7f1ac84
parent3d7dd610e0a6733617909e608ff43ae7f0acf7ac (diff)
downloadrabbitmq-server-git-44794ec46c05836c2f15ae4971b85561e6d9d645.tar.gz
Both of the macports makefile targets are deploy-time, so merge them
We need to know the REAL_WEB_URL in order to generate the protsfile and index the resulting macports tree, and all this has to happen at deploy time. So there is no point in distinguishing the indexing step.
-rw-r--r--packaging/macports/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/macports/Makefile b/packaging/macports/Makefile
index 243864e1f1..d5633955b9 100644
--- a/packaging/macports/Makefile
+++ b/packaging/macports/Makefile
@@ -38,10 +38,6 @@ macports: dirs $(DEST)/Portfile
sed -i -e 's|@SU_RABBITMQ_SH_C@|sudo -E -u rabbitmq -H /bin/sh -c|' \
$(DEST)/files/rabbitmq-script-wrapper
cp patch-org.macports.rabbitmq-server.plist.diff $(DEST)/files
-
-# This target ssh's into the OSX host in order to finalize the
-# macports repo
-macports_index:
if [ -n "$(MACPORTS_USERHOST)" ] ; then \
tar cf - -C $(MACPORTS_DIR) . | ssh $(SSH_OPTS) lshift@macrabbit ' \
d="/tmp/mkportindex.$$$$" ; \