summaryrefslogtreecommitdiff
path: root/net/tor/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2011-09-06 23:49:25 +0000
committergdt <gdt>2011-09-06 23:49:25 +0000
commit15f0f69a740a7812c64776a450688e45b7565081 (patch)
treefc2f9b8fe89079feb5a729817e1202163cb91cc1 /net/tor/Makefile
parent4ee706146d32149f52fcf57657a5d26e093cfd86 (diff)
downloadpkgsrc-15f0f69a740a7812c64776a450688e45b7565081.tar.gz
Add a comment explaining why curl is needed to fetch (https redirect).
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r--net/tor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 1524bc53859..ec8de3fa290 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.80 2011/09/06 19:34:01 drochner Exp $
+# $NetBSD: Makefile,v 1.81 2011/09/06 23:49:25 gdt Exp $
#
DISTNAME= tor-0.2.2.32
CATEGORIES= net security
MASTER_SITES= http://www.torproject.org/dist/
+# MASTER_SITES redirects to https, and ftp(1) cannot handle that.
FETCH_USING= curl
MAINTAINER= athaba@users.sourceforge.net