[106650] trunk/dports/office/task/Portfile

g5pw at macports.org g5pw at macports.org
Mon Jun 3 06:00:06 PDT 2013


Revision: 106650
          https://trac.macports.org/changeset/106650
Author:   g5pw at macports.org
Date:     2013-06-03 06:00:06 -0700 (Mon, 03 Jun 2013)
Log Message:
-----------
office/task
  fix installation of vim files

Modified Paths:
--------------
    trunk/dports/office/task/Portfile

Modified: trunk/dports/office/task/Portfile
===================================================================
--- trunk/dports/office/task/Portfile	2013-06-03 12:40:02 UTC (rev 106649)
+++ trunk/dports/office/task/Portfile	2013-06-03 13:00:06 UTC (rev 106650)
@@ -36,8 +36,9 @@
     xinstall ${worksrcpath}/scripts/zsh/_task ${site-functions}/_task
 
     # Install vim runtime files
-    xinstall -d ${prefix}/share/vim/vimfiles
-    xinstall -W ${worksrcpath}/scripts/vim after syntax ${prefix}/share/vim/vimfiles
+    set vim-files ${destroot}${prefix}/share/vim/vimfiles
+    xinstall -d ${vim-files}
+    move ${worksrcpath}/scripts/vim ${vim-files}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130603/54a3e83a/attachment.html>


More information about the macports-changes mailing list