https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230369
John Hein <z7dr6ut...@snkmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z7dr6ut...@snkmail.com --- Comment #11 from John Hein <z7dr6ut...@snkmail.com> --- (In reply to Nathan from comment #10) I suspect LICENSE was removed because of the following error: ===> Missing license file for BSD2CLAUSE in /license *** Error code 1 That's because the LICENSE_FILE line that was added in the patch is: LICENSE_FILE= ${WRCDIR}/license Two problems with that: - WRCDIR typo instead of WRKDIR - WRKDIR would be wrong, too. WRKSRC is correct. Removing LICENSE just skips all the license support, so it seems to "fix" the problem, but effectively just comments it out. In short, the patch should be updated to leave LICENSE as is and add this line: LICENSE_FILE= ${WRKSRC}/license -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"