Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 12:09:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257970] error in /usr/share/mk/bsd.man.mk causes some ports to fail to build
Message-ID:  <bug-257970-227-QPclWeS9kD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257970-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257970-227@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=3D257970

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

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

allows the port to build

--=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-257970-227-QPclWeS9kD>