Ticket #47684: Portfile-tmux.diff

File Portfile-tmux.diff, 652 bytes (added by tessus (Helmut K. C. Tessarek), 9 years ago)
  • Portfile

    old new  
    3939    xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim
    4040}
    4141
     42variant 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
    4249variant screen description "behave more like screen" {
    4350    post-destroot {
    4451        xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf