Revision
96040
Author
ryandesign@macports.org
Date
2012-07-29 23:58:25 -0700 (Sun, 29 Jul 2012)

Log Message

git-core: simplify doc installation in gitweb variant

Modified Paths

Diff

Modified: trunk/dports/devel/git-core/Portfile (96039 => 96040)


--- trunk/dports/devel/git-core/Portfile	2012-07-30 06:56:18 UTC (rev 96039)
+++ trunk/dports/devel/git-core/Portfile	2012-07-30 06:58:25 UTC (rev 96040)
@@ -149,9 +149,9 @@
             git-favicon.png \
             git-logo.png \
             ${destroot}${prefix}/share/${name}/gitweb
-        xinstall -d ${destroot}${prefix}/share/doc/${name}/gitweb
+        xinstall -d ${docdestroot}/gitweb
         xinstall -m 444 -W ${worksrcpath}/gitweb README INSTALL \
-            ${destroot}${prefix}/share/doc/${name}/gitweb
+            ${docdestroot}/gitweb
     }
 }