Ticket #32332: vim-app.diff
File vim-app.diff, 922 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
7 7 set vim_version 7.3 8 8 set vim_patchlevel 353 9 9 version ${vim_version}.${vim_patchlevel} 10 revision 1 10 11 categories editors 11 12 platforms darwin 12 13 license VimLicense GPL-2+ … … 424 425 425 426 depends_build bin:grep:grep 426 427 depends_lib port:ncurses \ 428 port:gettext \ 427 429 port:libiconv \ 428 430 port:ctags 429 431 … … 576 578 configure.args-append --enable-cscope 577 579 } 578 580 579 variant nls {580 configure.args-delete --disable-nls581 depends_lib-append port:gettext582 }583 584 581 platform darwin powerpc { 585 582 post-destroot { 586 583 xinstall -m 644 ${workpath}/app.icns ${destroot}${applications_dir}/Vim.app/Contents/Resources/appIcon.icns