summaryrefslogtreecommitdiff
path: root/lang/go19
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-13 09:32:26 +0000
committernia <nia@pkgsrc.org>2021-05-13 09:32:26 +0000
commitb0a3288bc5aec247572b3111eb3a78d87c58cdad (patch)
tree049f968f5e4f62f6cbec681a04e5cb5e66690084 /lang/go19
parentd4699c81838d63fdb9af2b114786f359fa3adc63 (diff)
downloadpkgsrc-b0a3288bc5aec247572b3111eb3a78d87c58cdad.tar.gz
go*: remove bsdtar requirement
was likely introduced as a workaround for pax-as-tar in netbsd 8 and prior being unable to deal with complex archives. now we deal with this in the pkgsrc infrastructure and this just unfairly adds a dependency on platforms where the native tar is perfectly fine.
Diffstat (limited to 'lang/go19')
-rw-r--r--lang/go19/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/go19/Makefile b/lang/go19/Makefile
index 34a66b4d963..26ebdd9e923 100644
--- a/lang/go19/Makefile
+++ b/lang/go19/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/08/31 18:09:50 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/13 09:32:26 nia Exp $
PKGREVISION= 3
.include "../../lang/go/version.mk"
@@ -8,7 +8,6 @@ DISTNAME= go${GO19_VERSION}.src
PKGNAME= go19-${GO19_VERSION}
CATEGORIES= lang
MASTER_SITES= https://storage.googleapis.com/golang/
-EXTRACT_USING= bsdtar
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= https://golang.org/