[Bug 293111] www/privoxy: Enable DOCS option by default again

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Feb 2026 14:35:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293111

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
DOCS options is default on by ports framework.
There is no need to do this inside the port.

Mk/bsd.options.mk (276):
# Some options are always enabled by default.
.  for _opt in DOCS NLS EXAMPLES IPV6
.    if ${COMPLETE_OPTIONS_LIST:M${_opt}}
PORT_OPTIONS+=  ${_opt}
.    endif
.  endfor

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