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

Ed Maste emaste at FreeBSD.org
Mon Jan 7 15:53:55 UTC 2019


Author: emaste
Date: Mon Jan  7 15:53:54 2019
New Revision: 342848
URL: https://svnweb.freebsd.org/changeset/base/342848

Log:
  OptionalObsoleteFiles: remove groff leftovers
  
  usr/share/dict/eign is removed unconditionally as of r319664, so it no
  longer needs to be in OptionalObsoleteFiles.
  
  PR:		230353
  Reported by:	philippe.michel7 sfr.fr

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Jan  7 11:03:08 2019	(r342847)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Jan  7 15:53:54 2019	(r342848)
@@ -2267,7 +2267,6 @@ OLD_FILES+=usr/libexec/cc1plus
 
 .if ${MK_DICT} == no
 OLD_FILES+=usr/share/dict/README
-OLD_FILES+=usr/share/dict/eign
 OLD_FILES+=usr/share/dict/freebsd
 OLD_FILES+=usr/share/dict/propernames
 OLD_FILES+=usr/share/dict/web2


More information about the svn-src-head mailing list