Date: Wed, 03 Feb 2021 00:02:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253192] release.sh: Skip installing textproc/docproj when NODOC is set Message-ID: <bug-253192-227-cdRggivpn4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253192-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253192-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=3D253192 Glen Barber <gjb@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #1 from Glen Barber <gjb@FreeBSD.org> --- This shouldn't be needed. 180 if [ -n "${NODOC}" ]; then 181 SRCDOCPORTS=3D"${SRCDOCPORTS}${SRCDOCPORTS:+ }NODOC=3Dy= es" 182 fi Did you encounter a case where NODOC did not properly get set? I will comm= it it regardless, as I see no harm in doing so. --=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-253192-227-cdRggivpn4>