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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to