pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/go-bin



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 15 10:37:16 UTC 2022

Modified Files:
        pkgsrc/lang/go-bin: Makefile

Log Message:
go-bin: fix make distinfo target


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/go-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go-bin/Makefile
diff -u pkgsrc/lang/go-bin/Makefile:1.12 pkgsrc/lang/go-bin/Makefile:1.13
--- pkgsrc/lang/go-bin/Makefile:1.12    Tue Aug  9 21:57:43 2022
+++ pkgsrc/lang/go-bin/Makefile Mon Aug 15 10:37:15 2022
@@ -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



Home | Main Index | Thread Index | Old Index