On Wed, May 09, 2018 at 04:35:11PM +0100, Stuart Henderson wrote: > On 2018/05/09 16:59, Ingo Schwarze wrote: > > Log message: > > Trivially fix the mn(1) manual page by using the correct path > > to the input file when autogenerating, and bump. > > Obvious bug reported by Leonid Bobrov <mazocomp at disroot dot org> on > > ports@. > > Looks like this was fallout from the SEPARATE_BUILD change, btw. Yes. This was my oversight, sorry.
With SEPARATE_BUILD=no, WRKBUILD was equal to WRKSRC so the command to fill the manual page would work. After my diff the manual page would still be created but with that error message instead, so I didn't spot it by looking at PLIST changes and but not at `man mn' afterwards.