[39426] trunk/dports/devel/git-core/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Tue Aug 19 09:03:02 PDT 2008


Revision: 39426
          http://trac.macosforge.org/projects/macports/changeset/39426
Author:   pguyot at kallisys.net
Date:     2008-08-19 09:03:02 -0700 (Tue, 19 Aug 2008)
Log Message:
-----------
Fix #16343

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2008-08-19 15:11:17 UTC (rev 39425)
+++ trunk/dports/devel/git-core/Portfile	2008-08-19 16:03:02 UTC (rev 39426)
@@ -4,6 +4,7 @@
 
 name              git-core
 version           1.6.0
+revision          1
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -57,7 +58,7 @@
         }
     }
     if {![variant_isset svn]} {
-        system "rm ${destroot}${prefix}/bin/git-svn*"
+        system "rm ${destroot}${prefix}/libexec/git-core/git-svn*"
     }
     set docdestroot ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdestroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080819/250b92a0/attachment.html 


More information about the macports-changes mailing list