Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 01:08:45 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r317997 - stable/11/usr.bin/proccontrol
Message-ID:  <201705090108.v4918jNE050464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue May  9 01:08:45 2017
New Revision: 317997
URL: https://svnweb.freebsd.org/changeset/base/317997

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

Modified:
  stable/11/usr.bin/proccontrol/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/proccontrol/Makefile
==============================================================================
--- stable/11/usr.bin/proccontrol/Makefile	Tue May  9 01:01:41 2017	(r317996)
+++ stable/11/usr.bin/proccontrol/Makefile	Tue May  9 01:08:45 2017	(r317997)
@@ -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?201705090108.v4918jNE050464>