[128101] trunk/dports/devel/qca/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 13 01:19:56 PST 2014


Revision: 128101
          https://trac.macports.org/changeset/128101
Author:   ryandesign at macports.org
Date:     2014-11-13 01:19:56 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
qca: do not create directories called "755"

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

Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile	2014-11-13 08:39:39 UTC (rev 128100)
+++ trunk/dports/devel/qca/Portfile	2014-11-13 09:19:56 UTC (rev 128101)
@@ -79,7 +79,7 @@
     set destroot_qt ${destroot}${qt_dir}
 
     # install docs
-    xinstall -d 755 ${destroot_qt}/share/doc/${name}
+    xinstall -d -m 755 ${destroot_qt}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} COPYING README TODO \
         ${destroot_qt}/share/doc/${name}
 
@@ -87,7 +87,7 @@
     # file, include '-DCMAKE_MODULE_PATH=...' in configure.args during
     # the initial 'configure' stage (which uses CMake), to the full
     # path of where the CMake files are installed.
-    xinstall -d 755 ${destroot}${qt_cmake_module_dir}
+    xinstall -d -m 755 ${destroot}${qt_cmake_module_dir}
     xinstall -m 644 -W ${filespath} FindQCA2.cmake \
         ${destroot}${qt_cmake_module_dir}
 }
@@ -101,7 +101,7 @@
 variant examples description \
 {Include examples in install} {
     post-destroot {
-        xinstall -d 755 ${destroot}${qt_dir}/share/examples/${name}
+        xinstall -d -m 755 ${destroot}${qt_dir}/share/examples/${name}
         eval file copy [glob ${worksrcpath}/examples/*] \
             ${destroot}${qt_dir}/share/examples/${name}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141113/1e2d6fc6/attachment.html>


More information about the macports-changes mailing list