Ticket #47684: Portfile-tmux.diff
File Portfile-tmux.diff, 652 bytes (added by tessus (Helmut K. C. Tessarek), 10 years ago) |
---|
-
Portfile
old new 39 39 xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim 40 40 } 41 41 42 variant dev description "retrieve and compile the latest tmux code from git" { 43 fetch.type git 44 git.url http://git.code.sf.net/p/tmux/tmux-code.git 45 46 configure.cmd ./autogen.sh && ./configure 47 } 48 42 49 variant screen description "behave more like screen" { 43 50 post-destroot { 44 51 xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf