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

larryv at macports.org larryv at macports.org
Tue Feb 10 20:43:20 PST 2015


Revision: 132812
          https://trac.macports.org/changeset/132812
Author:   larryv at macports.org
Date:     2015-02-10 20:43:20 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
git: Fix +doc when `distpath` contains spaces (#46813)

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

Modified: trunk/dports/devel/git/Portfile
===================================================================
--- trunk/dports/devel/git/Portfile	2015-02-11 03:59:50 UTC (rev 132811)
+++ trunk/dports/devel/git/Portfile	2015-02-11 04:43:20 UTC (rev 132812)
@@ -157,7 +157,7 @@
     post-extract {
         file mkdir ${workpath}/htmldocs
         system -W ${workpath}/htmldocs "${extract.cmd} ${extract.pre_args} \
-            ${distpath}/git-htmldocs-${version}${extract.suffix} \
+            '${distpath}/git-htmldocs-${version}${extract.suffix}' \
             ${extract.post_args}"
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150210/307e4e19/attachment.html>


More information about the macports-changes mailing list