Revision: 70823 http://trac.macports.org/changeset/70823 Author: singingwolfboy@macports.org Date: 2010-08-22 14:41:11 -0700 (Sun, 22 Aug 2010) Log Message: ----------- Updated NERD_tree to use Vim 7.3 (t26187) Modified Paths: -------------- trunk/dports/editors/NERD_tree/Portfile Modified: trunk/dports/editors/NERD_tree/Portfile =================================================================== --- trunk/dports/editors/NERD_tree/Portfile 2010-08-22 21:15:41 UTC (rev 70822) +++ trunk/dports/editors/NERD_tree/Portfile 2010-08-22 21:41:11 UTC (rev 70823) @@ -4,7 +4,7 @@ name NERD_tree version 4.1.0 -revision 2 +revision 3 categories editors maintainers singingwolfboy openmaintainer description File system explorer for Vim @@ -30,7 +30,7 @@ use_configure no build {} destroot { - set vim ${destroot}${prefix}/share/vim/vim72/ + set vim ${destroot}${prefix}/share/vim/vim73/ xinstall -d ${vim}/doc ${vim}/plugin xinstall ${worksrcpath}/doc/${name}.txt ${vim}/doc/ xinstall ${worksrcpath}/plugin/${name}.vim ${vim}/plugin/ @@ -38,5 +38,5 @@ } post-activate { # rebuild help tags - system "${prefix}/bin/vim -c \":helptags ${prefix}/share/vim/vim72/doc\" -c \":q\" " + system "${prefix}/bin/vim -c \":helptags ${prefix}/share/vim/vim73/doc\" -c \":q\" " }
participants (1)
-
singingwolfboy@macports.org