[Bug 253192] release.sh: Skip installing textproc/docproj when NODOC is set

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 3 00:02:48 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253192

Glen Barber <gjb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #1 from Glen Barber <gjb at FreeBSD.org> ---
This shouldn't be needed.

180         if [ -n "${NODOC}" ]; then
181                 SRCDOCPORTS="${SRCDOCPORTS}${SRCDOCPORTS:+ }NODOC=yes"
182         fi

Did you encounter a case where NODOC did not properly get set?  I will commit
it regardless, as I see no harm in doing so.

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


More information about the freebsd-bugs mailing list