svn commit: r314872 - head/share/mk

Ngie Cooper ngie at FreeBSD.org
Tue Mar 7 17:53:54 UTC 2017


Author: ngie
Date: Tue Mar  7 17:53:53 2017
New Revision: 314872
URL: https://svnweb.freebsd.org/changeset/base/314872

Log:
  Add bsd.man.mk references for MAN under bsd.lib.mk and bsd.prog.mk
  
  The latter set of manpages directly consume bsd.man.mk, so the bsd.man.mk
  behavior should be the source of truth for underlying behavior, whereas
  the other manpage fragment descriptions should document how they tweak
  the variable behavior, if at all (bsd.prog.mk does tweak the default
  value, as noted in its description)
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Tue Mar  7 17:42:23 2017	(r314871)
+++ head/share/mk/bsd.README	Tue Mar  7 17:53:53 2017	(r314872)
@@ -320,8 +320,8 @@ LINKS		The list of binary links; should 
 
 			LINKS=	/bin/test /bin/[
 
-MAN		Manual pages (should end in .1 - .9).  If no MAN variable
-		is defined, "MAN=${PROG}.1" is assumed.
+MAN		Manual pages.  If no MAN variable is defined,
+		"MAN=${PROG}.1" is assumed. See bsd.man.mk for more details.
 
 PROG		The name of the program to build.  If not supplied, nothing
 		is built.
@@ -532,7 +532,8 @@ LIB_CXX		The name of the library to buil
 
 LINTLIBDIR	Target directory for lint libraries.
 
-MAN		The manual pages to be installed (use a .1 - .9 suffix).
+MAN		The manual pages to be installed. See bsd.man.mk for more
+		details.
 
 SHLIB		Like LIB but only builds a shared library.
 


More information about the svn-src-head mailing list