summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2017-09-03 13:40:19 +0000
committertron <tron@pkgsrc.org>2017-09-03 13:40:19 +0000
commitf9095afc5218fb1fe7a3bf64d5a19524d6cc7198 (patch)
tree9d285643c3191bc7502d0dc1eb9e3fde64a575f4 /lang
parentae7cf4243fc431e7995b6566646770d51b02899f (diff)
downloadpkgsrc-f9095afc5218fb1fe7a3bf64d5a19524d6cc7198.tar.gz
Use GNU Tar to extract the distribution archive because at least
NetBSD (8.99.2)'s "/bin/tar" fails to handle the extented headers and extracts files into the wrong directory. This in turn least to package list problems during the installation phase.
Diffstat (limited to 'lang')
-rw-r--r--lang/go/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile
index 8a46ef76403..9e34dbd68cc 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/09/03 07:12:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.55 2017/09/03 13:40:19 tron Exp $
.include "version.mk"
@@ -6,6 +6,7 @@ DISTNAME= go${GO_VERSION}.src
PKGNAME= go-${GO_VERSION}
CATEGORIES= lang
MASTER_SITES= https://storage.googleapis.com/golang/
+EXTRACT_USING= gtar
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= http://golang.org/