[121407] trunk/dports/devel/git/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Tue Jun 24 15:40:35 PDT 2014


Revision: 121407
          https://trac.macports.org/changeset/121407
Author:   ciserlohn at macports.org
Date:     2014-06-24 15:40:35 -0700 (Tue, 24 Jun 2014)
Log Message:
-----------
git: fix HTML doc installation path (closes #44138)

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

Modified: trunk/dports/devel/git/Portfile
===================================================================
--- trunk/dports/devel/git/Portfile	2014-06-24 22:35:37 UTC (rev 121406)
+++ trunk/dports/devel/git/Portfile	2014-06-24 22:40:35 UTC (rev 121407)
@@ -5,6 +5,7 @@
 
 name                git
 version             2.0.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.
@@ -89,7 +90,7 @@
     xinstall -m 644 ${worksrcpath}/contrib/subtree/git-subtree.1 ${workpath}/man1
 }
 
-set docdestroot ${destroot}${prefix}/share/doc/${name}
+set docdestroot ${destroot}${prefix}/share/doc/git-core
 
 post-destroot {
     foreach f {1 5 7} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140624/dc51c8cc/attachment.html>


More information about the macports-changes mailing list