Searched refs:NOPORTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/release/
H A Drelease.sh103 NOPORTS=
158 if [ -n "${NOPORTS}" ] && [ -z "${NODOC}" ]; then
160 echo " and NOPORTS is set."
164 # If NOPORTS and/or NODOC are unset, they must not pass to make as
166 # NOPORTS/NODOC variables instead of their values.
168 if [ -n "${NOPORTS}" ]; then
169 DOCPORTS="NOPORTS=yes "
233 if [ -z "${NOPORTS}" ] && [ -z "${PORTS_UPDATE_SKIP}" ]; then
H A DMakefile26 # NOPORTS: if set, do not distribute ports tree
83 NOPORTS= true macro
87 .if !defined(NOPORTS)

Completed in 65 milliseconds