Ticket #24251: patch-cmake-vim.diff
File patch-cmake-vim.diff, 882 bytes (added by raimue (Rainer Müller), 15 years ago) |
---|
-
Portfile
6 6 7 7 name cmake 8 8 version 2.8.1 9 revision 1 9 10 categories devel 10 11 maintainers css 11 12 description Cross-platform make … … 34 35 xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp 35 36 xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \ 36 37 ${destroot}${prefix}/share/emacs/site-lisp 37 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/cmake 38 xinstall -m 0644 -W ${worksrcpath}/Docs cmake-indent.vim \ 39 cmake-syntax.vim ${destroot}${prefix}/share/doc/cmake 38 foreach type {syntax indent} { 39 xinstall -d -m 0755 ${destroot}${prefix}/share/vim/vimfiles/${type} 40 xinstall -m 0644 -W ${worksrcpath}/Docs cmake-${type}.vim \ 41 ${destroot}${prefix}/share/vim/vimfiles/${type} 42 } 40 43 } 41 44 42 45 livecheck.type regex