summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-12-19 14:28:56 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-12-19 14:28:56 +0000
commit064d6b48cdeafa22396d88ecb1828b0806914078 (patch)
tree21a497b1eed110b200ef8dc5cb7eaf2de27165ac
parent4881c7049b24c54c6a60d47872f03cc085586393 (diff)
downloadpkgsrc-064d6b48cdeafa22396d88ecb1828b0806914078.tar.gz
go-bin: s/go/go-bin/
thanks Edgar Fuss
-rw-r--r--lang/go-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go-bin/Makefile b/lang/go-bin/Makefile
index a182d664dc7..ad3942580e9 100644
--- a/lang/go-bin/Makefile
+++ b/lang/go-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/12/19 14:27:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/19 14:28:56 bsiegert Exp $
PKGNAME= go-bin-1.14.2
PKGREVISION= 1
@@ -37,7 +37,7 @@ EXTRACT_ONLY+= ${DIST.darwin-amd64}
ONLY_FOR_PLATFORM+= Darwin-*-aarch64
.if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
-PKGNAME= go-1.16.beta1
+PKGNAME= go-bin-1.16.beta1
.endif
DIST.darwin-arm64= go1.16beta1.darwin-arm64.tar.gz
.if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || make(distinfo)