svn commit: r306965 - head/tools/build/mk

Ed Maste emaste at FreeBSD.org
Mon Oct 10 15:30:00 UTC 2016


Author: emaste
Date: Mon Oct 10 15:29:59 2016
New Revision: 306965
URL: https://svnweb.freebsd.org/changeset/base/306965

Log:
  Remove old makewhatis(1) man page when using mandoc
  
  mandoc installs makewhatis(8)

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Oct 10 14:21:40 2016	(r306964)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Oct 10 15:29:59 2016	(r306965)
@@ -6014,6 +6014,10 @@ OLD_FILES+=usr/share/man/whatis
 OLD_FILES+=usr/share/openssl/man/whatis
 .endif
 
+.if ${MK_MANDOCDB} != no
+OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
+.endif
+
 .if ${MK_NDIS} == no
 OLD_FILES+=usr/sbin/ndiscvt
 OLD_FILES+=usr/sbin/ndisgen


More information about the svn-src-all mailing list