17e39f419d
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.
15 lines
415 B
Makefile
15 lines
415 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:36 rillig Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= emacs-w3m
|
|
|
|
.if !defined(EMACS_W3M_BUILDLINK3_MK)
|
|
EMACS_W3M_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.emacs-w3m+= ${EMACS_PKGNAME_PREFIX}emacs-w3m>=1.4
|
|
BUILDLINK_PKGSRCDIR.emacs-w3m?= ../../www/emacs-w3m
|
|
|
|
BUILDLINK_CONTENTS_FILTER.emacs-w3m= ${EGREP} '.*\.el$$|.*\.elc$$'
|
|
.endif # EMACS_W3M_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -emacs-w3m
|