Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2010 01:07:05 +0000 (UTC)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213394 - head/etc
Message-ID:  <201010040107.o94175b9095635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010040107.o94175b9095635>