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

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 30 22:03:51 UTC 2013


Author: bdrewery (ports committer)
Date: Wed Oct 30 22:03:51 2013
New Revision: 257402
URL: http://svnweb.freebsd.org/changeset/base/257402

Log:
  Add forgotten pkg.7
  
  Approved by:	bapt
  MFC after:	2 days
  X-MFC-with:	r257378

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Oct 30 21:52:31 2013	(r257401)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Oct 30 22:03:51 2013	(r257402)
@@ -3610,6 +3610,7 @@ OLD_FILES+=usr/share/man/man8/tftp-proxy
 
 .if ${MK_PKGBOOTSTRAP} == no
 OLD_FILES+=usr/sbin/pkg
+OLD_FILES+=usr/share/man/man7/pkg.7.gz
 .endif
 
 .if ${MK_PKGTOOLS} == no


More information about the svn-src-all mailing list