Path to this page:
Subject: CVS commit: pkgsrc/lang/go
From: Leonardo Taccari
Date: 2018-06-05 17:42:20
Message id: 20180605154220.4F44AFBEC@cvs.NetBSD.org
Log Message:
go/go-package.mk: Avoid to print (all) entries in print-PLIST unconditionally
Previously all lines (matching or not /${GO_PLATFORM}/) were printed
unconditionally and could interfere with other PRINT_PLIST_AWKs used by always
printing every line in `print-PLIST' phase.
Avoid that by limiting the pattern of PRINT_PLIST_AWK in go-package.mk.
Files: