[144159] trunk/dports/gis/qlandkartegt/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Jan 3 10:24:22 PST 2016


Revision: 144159
          https://trac.macports.org/changeset/144159
Author:   khindenburg at macports.org
Date:     2016-01-03 10:24:22 -0800 (Sun, 03 Jan 2016)
Log Message:
-----------
qlandkartegt: do not assume build/ is the cmake build directory

Modified Paths:
--------------
    trunk/dports/gis/qlandkartegt/Portfile

Modified: trunk/dports/gis/qlandkartegt/Portfile
===================================================================
--- trunk/dports/gis/qlandkartegt/Portfile	2016-01-03 17:38:31 UTC (rev 144158)
+++ trunk/dports/gis/qlandkartegt/Portfile	2016-01-03 18:24:22 UTC (rev 144159)
@@ -38,8 +38,7 @@
 cmake.out_of_source yes
 
 destroot {
-    xinstall -d ${destroot}${applications_dir}
-    copy "${workpath}/build/bin/QLandkarte GT.app" ${destroot}${applications_dir}
+    copy "${destroot.dir}/bin/QLandkarte GT.app" ${destroot}${applications_dir}
 }
 
 livecheck.regex  ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160103/b3ff4835/attachment.html>


More information about the macports-changes mailing list