pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/go-bin go-bin: fix make distinfo target
details: https://anonhg.NetBSD.org/pkgsrc/rev/acba0ec3f6e0
branches: trunk
changeset: 383217:acba0ec3f6e0
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Aug 15 10:37:15 2022 +0000
description:
go-bin: fix make distinfo target
diffstat:
lang/go-bin/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r bc16ddb8f040 -r acba0ec3f6e0 lang/go-bin/Makefile
--- a/lang/go-bin/Makefile Mon Aug 15 08:51:16 2022 +0000
+++ b/lang/go-bin/Makefile Mon Aug 15 10:37:15 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index