summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-08-15 10:37:15 +0000
committertnn <tnn@pkgsrc.org>2022-08-15 10:37:15 +0000
commite8f515cbb37cd7b2cf051ad037e6a06480270af4 (patch)
tree7bc207107bc41e9d2f8b5cca8288002d19126ae4 /lang
parent81fae5b9ab6d38bd649b6aeb4ffc6c7e660ba42e (diff)
downloadpkgsrc-e8f515cbb37cd7b2cf051ad037e6a06480270af4.tar.gz
go-bin: fix make distinfo target
Diffstat (limited to 'lang')
-rw-r--r--lang/go-bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/go-bin/Makefile b/lang/go-bin/Makefile
index 48b40479cc8..6e35e043b5a 100644
--- a/lang/go-bin/Makefile
+++ b/lang/go-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/08/09 21:57:43 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/15 10:37:15 tnn Exp $
PKGNAME= go-bin-1.18.5
CATEGORIES= lang
@@ -76,8 +76,10 @@ ONLY_FOR_PLATFORM+= NetBSD-*-aarch64
DIST.netbsd-arm64= go1.17.8.netbsd-arm64.tar.gz
SITES.${DIST.netbsd-arm64}= https://cdn.NetBSD.org/pub/pkgsrc/misc/tnn/golang-aarch64/
.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo)
+. if !make(distinfo)
PKGNAME= go-bin-1.17.8
PKGREVISION?= 1
+. endif
DISTFILES+= ${DIST.netbsd-arm64}
EXTRACT_ONLY+= ${DIST.netbsd-arm64}
.endif