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/>

index | next in thread | previous in thread | raw e-mail

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.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257970-227-QPclWeS9kD>