[Bug 259256] [NEW PORT] devel/kconfig-frontends
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259256] [NEW PORT] devel/kconfig-frontends"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 09:46:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259256 --- Comment #14 from Yasuhiro Kimura <yasu@freebsd.org> --- (In reply to Tomasz "CeDeROM" CEDRO from comment #13) If you set 'PORTDOCS=docs/kconfig-language.txt', it means '%%DOCSDIR%%/docs/kconfig-language.txt'. However, post-install target installs kconfig-language.txt under ${STAGEDIR}${DOCSDIR}. Then check-plist error happens. You should set PORTDOCS as following. PORTDOCS= 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 listed in PORTDOCS as they should be installed only when DOCS option is enabled. * In general, targets should be placed after variable assignments in Makefile. -- You are receiving this mail because: You are the assignee for the bug.