# HG changeset patch # User Peter Schow # Date 1425677598 28800 # Node ID 87d7f448290bfd224c17b09ee363e4fadc067b1f # Parent 1224230f83374cf5d695b5f49a9d359f072cffdb 20647910 tmux should ship its source manual page instead of a preformatted one diff -r 1224230f8337 -r 87d7f448290b components/tmux/Makefile --- 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) diff -r 1224230f8337 -r 87d7f448290b components/tmux/tmux.p5m --- 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"