[138055] trunk/dports/kde/kde-extra-cmake-modules/Portfile

mk at macports.org mk at macports.org
Fri Jun 26 18:03:31 PDT 2015


Revision: 138055
          https://trac.macports.org/changeset/138055
Author:   mk at macports.org
Date:     2015-06-26 18:03:30 -0700 (Fri, 26 Jun 2015)
Log Message:
-----------
kde-extra-cmake-modules: use 'system -W' instead of 'exec' (Thanks Ryan for spotting this.)

Modified Paths:
--------------
    trunk/dports/kde/kde-extra-cmake-modules/Portfile

Modified: trunk/dports/kde/kde-extra-cmake-modules/Portfile
===================================================================
--- trunk/dports/kde/kde-extra-cmake-modules/Portfile	2015-06-27 00:57:51 UTC (rev 138054)
+++ trunk/dports/kde/kde-extra-cmake-modules/Portfile	2015-06-27 01:03:30 UTC (rev 138055)
@@ -59,7 +59,7 @@
     patchfiles-append       patch-doc-building.diff
     configure.args-append   -DBUILD_HTML_DOCS:BOOL=OFF -DBUILD_QTHELP_DOCS:BOOL=ON
     pre-destroot {
-        exec sh -c "cd ${build.dir}/docs ; ${qt_bins_dir}/qcollectiongenerator qthelp/ExtraCMakeModules.qhcp"
+        system -W ${build.dir}/docs "${qt_bins_dir}/qcollectiongenerator qthelp/ExtraCMakeModules.qhcp"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150626/89c870f6/attachment-0001.html>


More information about the macports-changes mailing list