diff options
author | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
commit | 6dcb35cc4540606da433fd60c2ea8deb67cc736b (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /net/tor/Makefile | |
parent | 587ecbda8742a25d25c7ec0cfc408d48a2e08aaf (diff) | |
download | pkgsrc-6dcb35cc4540606da433fd60c2ea8deb67cc736b.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r-- | net/tor/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 810caa83dfa..c50cd4f64ab 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,12 +1,9 @@ -# $NetBSD: Makefile,v 1.95 2013/10/31 16:22:23 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.96 2014/01/27 18:41:14 wiz Exp $ DISTNAME= tor-0.2.3.25 PKGREVISION= 3 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 HOMEPAGE= http://www.torproject.org/ |