17605535 tmux manpage is corrupt.
authormahmood.ali@oracle.com <mahmood.ali@oracle.com>
Mon, 24 Mar 2014 14:03:49 -0700
changeset 1787 e27e5d7811bf
parent 1786 d2b02f72138c
child 1788 7948c9c48347
17605535 tmux manpage is corrupt.
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