diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-05 14:55:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-05 14:55:09 +0000 |
commit | d5a872844345ff661352c1ddadf0a578939672b4 (patch) | |
tree | bc47833ce7d3cf360934e64d0d00c2c254757f44 /lang | |
parent | 60f1f0afa8609b2e44611f803dafef21d09bc83d (diff) | |
download | pkgsrc-d5a872844345ff661352c1ddadf0a578939672b4.tar.gz |
FETCH_USING should not be set in package Makefiles.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index 2a6012e854d..cc67c4223f5 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/04 11:35:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/05 14:55:09 wiz Exp $ DISTNAME= go1.2.src PKGNAME= go-1.2 @@ -6,7 +6,6 @@ PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://go.googlecode.com/files/ PATCH_SITES= https://codereview.appspot.com/download/ -FETCH_USING?= curl MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= http://golang.org/ |