Modified: trunk/dports/editors/NERD_tree/Portfile (70822 => 70823)
--- 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\" "
}