# HG changeset patch # User mahmood.ali@oracle.com # Date 1395695029 25200 # Node ID e27e5d7811bf49a4fd2f51103ae2b2c0153fb72c # Parent d2b02f72138c5fcc046b828be777b39f3635d3c3 17605535 tmux manpage is corrupt. diff -r d2b02f72138c -r e27e5d7811bf components/tmux/Makefile --- a/components/tmux/Makefile Sat Mar 22 16:36:28 2014 -0700 +++ b/components/tmux/Makefile Mon Mar 24 14:03:49 2014 -0700 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -45,7 +45,7 @@ # nroff does not work with -mandoc using groff MANDIR_PREFORMATED= $(PROTO_DIR)/usr/share/man/cat1 COMPONENT_POST_INSTALL_ACTION += \ - /usr/bin/groff -Tascii -mandoc $(SOURCE_DIR)/tmux.1>tmux.1.mod ; \ + /usr/bin/gnroff -c -Tascii -mandoc $(SOURCE_DIR)/tmux.1>tmux.1.mod ; \ mkdir -p $(MANDIR_PREFORMATED) ; \ $(MV) tmux.1.mod $(MANDIR_PREFORMATED)/tmux.1