[21874] trunk/dports/editors/vim/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 13:25:35 PST 2007


Revision: 21874
          http://trac.macosforge.org/projects/macports/changeset/21874
Author:   pipping at macports.org
Date:     2007-02-10 13:25:35 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * fix link
 * add variant cscope

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-02-10 21:22:05 UTC (rev 21873)
+++ trunk/dports/editors/vim/Portfile	2007-02-10 21:25:35 UTC (rev 21874)
@@ -5,6 +5,7 @@
 set vim_version	    7.0
 set vim_patchlevel  192
 version             ${vim_version}.${vim_patchlevel}
+revision            1
 categories          editors
 maintainers         pipping at macports.org
 description         Vi "workalike" with many additional features
@@ -129,7 +130,7 @@
             ${destroot}${appPath}/Vim/Vim.app/Contents/Resources/
         xinstall -m 644 ${workpath}/app.icns \
             ${destroot}${appPath}/Vim/Vim.app/Contents/Resources/gui_mac.icns
-        system "ln -s -f ${destroot}${appPath}/Vim/Vim.app/Contents/MacOS/Vim \
+        system "ln -f ${destroot}${appPath}/Vim/Vim.app/Contents/MacOS/Vim \
             ${destroot}/${prefix}/bin/vim"
         xinstall -m 755 ${filespath}/gvim.sh ${destroot}/${prefix}/bin/gvim
     }
@@ -190,6 +191,9 @@
     depends_lib-append      bin:tclsh:tcl
 }
 
+variant cscope {
+    configure.args-append   --enable-cscope
+}
 variant darwin x86 {
     configure.args-append   --disable-darwin
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/383af016/attachment.html


More information about the macports-changes mailing list