20647910 tmux should ship its source manual page instead of a preformatted one
authorPeter Schow <peter.schow@oracle.com>
Fri, 06 Mar 2015 13:33:18 -0800
changeset 3917 87d7f448290b
parent 3916 1224230f8337
child 3918 d8138667d338
20647910 tmux should ship its source manual page instead of a preformatted one
components/tmux/Makefile
components/tmux/tmux.p5m
--- a/components/tmux/Makefile	Wed Mar 04 13:49:36 2015 -0800
+++ b/components/tmux/Makefile	Fri Mar 06 13:33:18 2015 -0800
@@ -46,13 +46,6 @@
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
 
-# nroff does not work with -mandoc using groff
-MANDIR_PREFORMATED= $(PROTO_DIR)/usr/share/man/cat1
-COMPONENT_POST_INSTALL_ACTION += \
-        /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
-
 # Enable ASLR for this component
 ASLR_MODE = $(ASLR_ENABLE)
 
--- a/components/tmux/tmux.p5m	Wed Mar 04 13:49:36 2015 -0800
+++ b/components/tmux/tmux.p5m	Fri Mar 06 13:33:18 2015 -0800
@@ -39,5 +39,5 @@
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 #
 file usr/bin/$(MACH64)/tmux path=usr/bin/tmux
-file path=usr/share/man/cat1/tmux.1 mangler.bypass=true
+file path=usr/share/man/man1/tmux.1
 license tmux.license license="MIT, BSD"