Revision: 144159 https://trac.macports.org/changeset/144159 Author: khindenburg@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}
participants (1)
-
khindenburg@macports.org