diff options
author | obache <obache@pkgsrc.org> | 2011-12-03 12:44:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-03 12:44:21 +0000 |
commit | f9353fd80aecf9f46290a8f8dd329ee99b21bfa5 (patch) | |
tree | 861c65da08269a8a889fb379d44cf5127b6a7262 | |
parent | 16e5d47c9e2f888e91247051fbfe774403cc0836 (diff) | |
download | pkgsrc-f9353fd80aecf9f46290a8f8dd329ee99b21bfa5.tar.gz |
Switch to use http protocol for MASTER_SITES (and curl will not required).
-rw-r--r-- | net/btpd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 604242ea0a3..17aa45ac412 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2011/07/22 11:58:13 hauke Exp $ +# $NetBSD: Makefile,v 1.22 2011/12/03 12:44:21 obache Exp $ DISTNAME= btpd-0.16 CATEGORIES= net -MASTER_SITES= https://cloud.github.com/downloads/btpd/btpd/ +MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/btpd/btpd/wiki/ @@ -11,10 +11,6 @@ LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir -# Force using "curl" for fetching the distribution file. It is only available -# over HTTPS and "curl" is the only fetch program which always supports HTTPS. -FETCH_USING= curl - GNU_CONFIGURE= YES DOCSDIR= ${PREFIX}/share/doc/btpd |