X-Git-Url: http://git.sourceforge.jp/view?p=splhack%2FMacPorts.git;a=blobdiff_plain;f=editors%2Fmacvim%2FPortfile;h=8af1ad634bfb99f413180aaab0669763003d8003;hp=a110cce17bbbb87fec1dbc5cb2b88cd436356ed7;hb=f056eab5250ad5eccc5628d0cfba9dd7f339c343;hpb=4d129fad5346c76e0a10c1e105d63ce2730b8c17 diff --git a/editors/macvim/Portfile b/editors/macvim/Portfile index a110cce..8af1ad6 100644 --- a/editors/macvim/Portfile +++ b/editors/macvim/Portfile @@ -2,7 +2,7 @@ PortSystem 1.0 name macvim -version 20090416 +version 20090425 revision 0 categories editors platforms darwin @@ -16,7 +16,7 @@ set gittag ${version} distname KaoriYa-${gittag} use_zip yes checksums \ - ${distname}.zip sha1 0f4b3ae9a9bd26ecb31609f5f3b3170ad6494dd7 + ${distname}.zip sha1 366acbbbb0a47297622088c19897a691245b71df master_sites \ "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&" worksrcdir KaoriYa/src @@ -101,7 +101,7 @@ test.run yes variant standalone description {Enable standalonize} { configure.env-append PATH="/usr/bin:${env(PATH)}" - configure.cppflags -DDYNAMIC_PERL -DDYNAMIC_PYTHON -DDYNAMIC_RUBY + configure.cppflags-append -DDYNAMIC_PERL -DDYNAMIC_PYTHON -DDYNAMIC_RUBY post-configure { reinplace "s|^PERL_LIBS|#PERL_LIBS|" ${worksrcpath}/auto/config.mk reinplace "s|^PYTHON_LIBS|#PYTHON_LIBS|" ${worksrcpath}/auto/config.mk @@ -134,6 +134,8 @@ variant standalone description {Enable standalonize} { xinstall -m 644 ${prefix}/share/migemo/utf-8/${mdict} \ ${runtimePath}/dict } + + xinstall -m 755 ${prefix}/bin/jexctags ${appPath}/MacOS/ctags } }