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

Ruslan Ermilov ru at FreeBSD.org
Sat Feb 27 09:19:23 UTC 2010


On Fri, Feb 26, 2010 at 11:26:15PM +0000, Antoine Brodin wrote:
> Author: antoine
> Date: Fri Feb 26 23:26:15 2010
> New Revision: 204379
> URL: http://svn.freebsd.org/changeset/base/204379
> 
> Log:
>   Do not remove fmt.1 when MK_MAIL=no.
>   
>   X-MFC-With:	r203584
> 
> Modified:
>   head/tools/build/mk/OptionalObsoleteFiles.inc
> 
> Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
> ==============================================================================
> --- head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Feb 26 22:46:36 2010	(r204378)
> +++ head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Feb 26 23:26:15 2010	(r204379)
> @@ -1547,7 +1547,6 @@ OLD_FILES+=usr/libexec/comsat
>  OLD_FILES+=usr/share/examples/etc/mail.rc
>  OLD_FILES+=usr/share/man/man1/Mail.1.gz
>  OLD_FILES+=usr/share/man/man1/biff.1.gz
> -OLD_FILES+=usr/share/man/man1/fmt.1.gz
>  OLD_FILES+=usr/share/man/man1/from.1.gz
>  OLD_FILES+=usr/share/man/man1/mail.1.gz
>  OLD_FILES+=usr/share/man/man1/mailx.1.gz

Picking up a random context...  This doesn't handle the NO_MANCOMPRESS
case where manpages are installed uncompressed.


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer


More information about the svn-src-all mailing list