Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 09:46:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259256] [NEW PORT] devel/kconfig-frontends
Message-ID:  <bug-259256-7788-H5WXYV1DfD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259256-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259256-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259256

--- Comment #14 from Yasuhiro Kimura <yasu@freebsd.org> ---
(In reply to Tomasz "CeDeROM" CEDRO from comment #13)

If you set 'PORTDOCS=3Ddocs/kconfig-language.txt', it means
'%%DOCSDIR%%/docs/kconfig-language.txt'. However, post-install target insta=
lls
kconfig-language.txt under ${STAGEDIR}${DOCSDIR}. Then check-plist error
happens. You should set PORTDOCS as following.

PORTDOCS=3D       AUTHORS COPYING README kconfig-language.txt kconfig.txt

In addition to it, there are 2 points.

* Use 'post-install-DOCS-on' instead of 'post-install' to install files lis=
ted
in PORTDOCS as they should be installed only when DOCS option is enabled.
* In general, targets should be placed after variable assignments in Makefi=
le.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259256-7788-H5WXYV1DfD>