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.
16 lines
452 B
Makefile
16 lines
452 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:01 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= go-goorgeous
|
|
|
|
.if !defined(GO_GOORGEOUS_BUILDLINK3_MK)
|
|
GO_GOORGEOUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-goorgeous= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-goorgeous?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-goorgeous+= go-goorgeous>=0.0
|
|
BUILDLINK_PKGSRCDIR.go-goorgeous?= ../../devel/go-goorgeous
|
|
|
|
.endif # GO_GOORGEOUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-goorgeous
|