Ticket #44552: Portfile-tmux.diff
File Portfile-tmux.diff, 750 bytes (added by tessus (Helmut K. C. Tessarek), 10 years ago) |
---|
-
Portfile
old new 5 5 6 6 name tmux 7 7 version 1.9a 8 revision 18 revision 2 9 9 categories sysutils 10 10 maintainers evermeet.cx:tessarek 11 11 description terminal multiplexer … … 24 24 25 25 depends_lib port:libevent port:ncurses 26 26 27 platform darwin 8 { 28 # On Mac OS X 10.4 there's no libproc.h, so we use a previous version of osdep-darwin.c (c1b9948) 29 post-extract { 30 file copy -force ${filespath}/osdep-darwin.8.c ${worksrcpath}/osdep-darwin.c 31 } 32 } 33 27 34 post-destroot { 28 35 xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux 29 36 foreach file [glob ${worksrcpath}/examples/*.conf] {