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

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 2 14:59:56 UTC 2015


Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:59:55 2015
New Revision: 278095
URL: https://svnweb.freebsd.org/changeset/base/278095

Log:
  - Remove more files when MK_NTP == no
  
  MFC after:	1 week
  Reviewed by:	ngie
  Approved by:	ngie
  Differential Revision:	D1600

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Feb  2 14:58:41 2015	(r278094)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Feb  2 14:59:55 2015	(r278095)
@@ -5725,6 +5725,7 @@ OLD_FILES+=usr/share/doc/ntp/release.htm
 OLD_FILES+=usr/share/doc/ntp/tickadj.html
 OLD_DIRS+=usr/share/doc/ntp
 OLD_FILES+=usr/share/examples/etc/ntp.conf
+OLD_FILES+=usr/share/man/man1/sntp.1.gz
 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz


More information about the svn-src-all mailing list