Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 18:02:02 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367299 - head/share/man/man7
Message-ID:  <202011031802.0A3I22rb066329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Tue Nov  3 18:02:02 2020
New Revision: 367299
URL: https://svnweb.freebsd.org/changeset/base/367299

Log:
  Fix a typo in the description of WITH_DEBUG_PORTS
  
  For each origin listed in WITH_DEBUG_PORTS, the ports framework sets
  WITH_DEBUG instead of WITH_DEBUG_PORTS.
  
  MFC after:	3 days

Modified:
  head/share/man/man7/ports.7

Modified: head/share/man/man7/ports.7
==============================================================================
--- head/share/man/man7/ports.7	Tue Nov  3 14:44:33 2020	(r367298)
+++ head/share/man/man7/ports.7	Tue Nov  3 18:02:02 2020	(r367299)
@@ -560,7 +560,7 @@ Porter's Handbook.
 If set, debugging symbols are installed for ports binaries.
 .It Va WITH_DEBUG_PORTS
 A list of origins for which to set
-.Va WITH_DEBUG_PORTS .
+.Va WITH_DEBUG .
 .It Va WITH_CCACHE_BUILD
 .Pq Vt bool
 If set, enables the use of



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011031802.0A3I22rb066329>