[106020] trunk/dports/editors/mpvim/Portfile
larryv at macports.org
larryv at macports.org
Mon May 13 10:24:28 PDT 2013
Revision: 106020
https://trac.macports.org/changeset/106020
Author: larryv at macports.org
Date: 2013-05-13 10:24:27 -0700 (Mon, 13 May 2013)
Log Message:
-----------
mpvim port: Install README; use bin dependency on vim.
Modified Paths:
--------------
trunk/dports/editors/mpvim/Portfile
Modified: trunk/dports/editors/mpvim/Portfile
===================================================================
--- trunk/dports/editors/mpvim/Portfile 2013-05-13 17:12:50 UTC (rev 106019)
+++ trunk/dports/editors/mpvim/Portfile 2013-05-13 17:24:27 UTC (rev 106020)
@@ -5,6 +5,7 @@
name mpvim
version 104461
+revision 1
categories-append editors macports
platforms darwin
maintainers gwmail.gwu.edu:egall larryv cal openmaintainer
@@ -24,10 +25,15 @@
svn.url https://svn.macports.org/repository/macports/contrib/mpvim
svn.revision ${version}
-depends_run-append path:bin/vim:vim
+depends_run-append bin:vim:vim
worksrcdir ${name}
use_configure no
destroot.destdir prefix=${destroot}${prefix}/share/vim/vimfiles
+post-destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 ${worksrcpath}/README \
+ ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130513/f4bf99e8/attachment.html>
More information about the macports-changes
mailing list