Inline URL to make code more verbose.
--- a/Makefile Fri Jan 13 23:26:28 2012 +0200
+++ b/Makefile Fri Jan 13 23:29:39 2012 +0200
@@ -135,10 +135,8 @@
.PHONY: deploy
deploy: deploy2sf
-SFTP_PATH = $(SF_USER),$(pkgname)@frs.sourceforge.net
-
# First time you deploy to SourceForge (sf) you need manually login to:
-# $ sftp $(SFTP_PATH)
+# $ sftp $(SF_USER),$(pkgname)@web.sourceforge.net
# as it may require interactive input for accepting server public key.
# Next time any action fully automated.
@@ -154,7 +152,7 @@
echo "chmod 644 $$f"; \
done; \
echo 'quit'; \
-) | sftp -b - $(SFTP_PATH)
+) | sftp -b - $(SF_USER),$(pkgname)@web.sourceforge.net
.PHONY: deploy2sf-release
deploy2sf-release: $(DIST_TARBALLS) $(DISTSRC_TARBALLS)
@@ -170,7 +168,7 @@
echo "chmod 644 $$f"; \
done; \
echo 'quit'; \
-) | sftp -b - $(SFTP_PATH)
+) | sftp -b - $(SF_USER),$(pkgname)@frs.sourceforge.net
.PHONY: deploy2sf-src
deploy2sf-src: