The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
18 lines
520 B
Makefile
18 lines
520 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:03 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= go-tools
|
|
|
|
.if !defined(GO_TOOLS_BUILDLINK3_MK)
|
|
GO_TOOLS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-tools= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-tools?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-tools+= go-tools>=1.8
|
|
BUILDLINK_PKGSRCDIR.go-tools?= ../../devel/go-tools
|
|
|
|
.include "../../devel/google-api-go-client/buildlink3.mk"
|
|
.include "../../security/go-crypto-acme/buildlink3.mk"
|
|
.endif # GO_TOOLS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-tools
|