Ticket #24249: patch-tmux-vim.diff
File patch-tmux-vim.diff, 1.2 KB (added by raimue (Rainer Müller), 15 years ago) |
---|
-
files/tmux.vim
1 autocmd BufRead,BufNewFile .tmux.conf setf tmux -
Portfile
4 4 5 5 name tmux 6 6 version 1.2 7 revision 1 7 8 categories sysutils 8 9 maintainers toby 9 10 description terminal multiplexer … … 35 36 36 37 post-destroot { 37 38 xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux 38 foreach file [glob ${worksrcpath}/examples/* ] {39 foreach file [glob ${worksrcpath}/examples/*.conf] { 39 40 xinstall -m 0644 $file ${destroot}${prefix}/share/doc/tmux 40 41 } 42 xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/syntax 43 xinstall -m 0644 ${worksrcpath}/examples/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax 44 xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/ftdetect 45 xinstall -m 0644 ${filespath}/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect 41 46 } 42 47 43 48 variant screen description "behave more like screen" {