[Bug 257970] error in /usr/share/mk/bsd.man.mk causes some ports to fail to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 20 Aug 2021 12:09:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257970

--- Comment #1 from tech-lists@zyxst.net ---
commenting out the referenced lines like so:

#.if ${MK_MANSPLITPKG} == "no"
#MINSTALL?=     ${INSTALL} ${TAG_ARGS} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
#.else
#MINSTALL?=     ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},man} -o ${MANOWN} -g
${MANGRP} -m ${MANMODE}
#.endif                                                                         

allows the port to build

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