Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2017 21:09:07 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317706 - head/usr.bin/proccontrol
Message-ID:  <201705022109.v42L97Oh066546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue May  2 21:09:07 2017
New Revision: 317706
URL: https://svnweb.freebsd.org/changeset/base/317706

Log:
  Use MAN=<empty> rather than MK_MAN=no to not install a manpage.
  
  MFC after:	1 week

Modified:
  head/usr.bin/proccontrol/Makefile

Modified: head/usr.bin/proccontrol/Makefile
==============================================================================
--- head/usr.bin/proccontrol/Makefile	Tue May  2 21:08:38 2017	(r317705)
+++ head/usr.bin/proccontrol/Makefile	Tue May  2 21:09:07 2017	(r317706)
@@ -2,6 +2,6 @@
 
 PROG=   proccontrol
 WARNS?=	6
-MK_MAN=no
+MAN=
 
 .include <bsd.prog.mk>



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