diff options
author | dholland <dholland> | 2013-04-02 15:38:51 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-04-02 15:38:51 +0000 |
commit | a633eb2c89a70fbfdbf7106bc771d6ce412cff3f (patch) | |
tree | 571e202490b80c082ea4a677a337d0761b29903a /devel | |
parent | 54f67a872abbe72296f47d37f9a5b17260b44afe (diff) | |
download | pkgsrc-a633eb2c89a70fbfdbf7106bc771d6ce412cff3f.tar.gz |
FETCH_USING=curl. I thought https urls were supposed to work transparently
now, but they don't.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sparse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sparse/Makefile b/devel/sparse/Makefile index 1c7af1f253c..7343bdb23dc 100644 --- a/devel/sparse/Makefile +++ b/devel/sparse/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2013/04/02 15:27:11 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/02 15:38:51 dholland Exp $ # DISTNAME= sparse-0.4.4 CATEGORIES= devel lang MASTER_SITES= https://kernel.org/pub/software/devel/sparse/dist/ EXTRACT_SUFX= .tar.xz +FETCH_USING= curl MAINTAINER= reed@reedmedia.net HOMEPAGE= http://kernel.org/pub/software/devel/sparse/ |