Re: svn commit: r317706 - head/usr.bin/proccontrol

2017-05-02 Thread Brooks Davis
On Tue, May 02, 2017 at 09:09:07PM +, Brooks Davis wrote:
> Author: brooks
> Date: Tue May  2 21:09:07 2017
> New Revision: 317706
> URL: https://svnweb.freebsd.org/changeset/base/317706
> 
> Log:
>   Use MAN= rather than MK_MAN=no to not install a manpage.

With this change, the only remaining ordinary users of MK_MAN=no is
lib/ncurses/ncurses/Makefile where it's set when building libncursesw
(wide).  I'd argue this case is wrong as there are wide-character
specific manpages and they should be installed with the correct library.

-- Brooks


signature.asc
Description: PGP signature


svn commit: r317706 - head/usr.bin/proccontrol

2017-05-02 Thread Brooks Davis
Author: brooks
Date: Tue May  2 21:09:07 2017
New Revision: 317706
URL: https://svnweb.freebsd.org/changeset/base/317706

Log:
  Use MAN= 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 
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"