svn commit: r213394 - head/etc

Gordon Tetlow gordon at FreeBSD.org
Mon Oct 4 01:07:05 UTC 2010


Author: gordon
Date: Mon Oct  4 01:07:04 2010
New Revision: 213394
URL: http://svn.freebsd.org/changeset/base/213394

Log:
  No longer install /etc/manpath.config since the BSDL man utilities
  don't use it.
  
  Approved by:	wes (mentor)

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Sun Oct  3 23:43:23 2010	(r213393)
+++ head/etc/Makefile	Mon Oct  4 01:07:04 2010	(r213394)
@@ -68,10 +68,6 @@ BIN1+=	hosts.lpd printcap
 BIN1+=	${.CURDIR}/../usr.bin/mail/misc/mail.rc
 .endif
 
-.if ${MK_MAN_UTILS} != "no"
-BIN1+=	${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
-.endif
-
 .if ${MK_NTP} != "no"
 BIN1+=	ntp.conf
 .endif


More information about the svn-src-head mailing list