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

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 19 06:05:48 PST 2007


Revision: 22148
          http://trac.macosforge.org/projects/macports/changeset/22148
Author:   pipping at macports.org
Date:     2007-02-19 06:05:47 -0800 (Mon, 19 Feb 2007)

Log Message:
-----------
 * gvim shell script doesn't need to be ppc-only (GVim.app does)

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

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-02-19 13:11:02 UTC (rev 22147)
+++ trunk/dports/editors/vim/Portfile	2007-02-19 14:05:47 UTC (rev 22148)
@@ -5,7 +5,7 @@
 set vim_version	    7.0
 set vim_patchlevel  195
 version             ${vim_version}.${vim_patchlevel}
-revision            2
+revision            3
 categories          editors
 maintainers         pipping at macports.org
 description         Vi "workalike" with many additional features
@@ -132,12 +132,13 @@
             file link -hard ${destroot}${prefix}/share/man/man1/${manPage} \
               ./${manPage}
         }
+        # install launchscript
+        xinstall -m 755 ${filespath}/gvim.sh \
+          ${destroot}/${prefix}/bin/gvim
         # copy GVim.app (ppc only)
         if {![variant_isset darwin_i386]} {
             system "gnutar xvfz ${filespath}/GVim_app.tar.gz -C \
               ${destroot}${appPath}"
-            xinstall -m 755 ${filespath}/gvim.sh \
-              ${destroot}/${prefix}/bin/gvim
             xinstall -m 644 ${workpath}/app.icns \
               ${destroot}${appPath}GVim.app/Contents/Resources/appIcon.icns
         }

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


More information about the macports-changes mailing list