Ticket #42218: go-vim-74.patch

File go-vim-74.patch, 526 bytes (added by robsonpeixoto@…, 10 years ago)
  • Portfile

     
    9494        ${destroot}${prefix}/share/emacs/site-lisp/
    9595
    9696    # vim syntax highlighting
    97     set vimdir ${destroot}${prefix}/share/vim/vim73
     97    set vimdir ${destroot}${prefix}/share/vim/vim74
    9898    xinstall -m 755 -d ${vimdir}/syntax ${vimdir}/ftdetect ${vimdir}/ftplugin
    9999    xinstall -m 644 ${worksrcpath}/misc/vim/syntax/go.vim \
    100100        ${vimdir}/syntax/go.vim