On May 12, 2013, at 15:01, [email protected] wrote:

> Revision: 105994
>          https://trac.macports.org/changeset/105994
> Author:   [email protected]
> Date:     2013-05-12 13:01:46 -0700 (Sun, 12 May 2013)
> Log Message:
> -----------
> abtransfers: use standard applications dir for Qt4
> 
> Modified Paths:
> --------------
>    trunk/dports/finance/abtransfers/Portfile
> 
> Modified: trunk/dports/finance/abtransfers/Portfile
> ===================================================================
> --- trunk/dports/finance/abtransfers/Portfile 2013-05-12 19:42:50 UTC (rev 
> 105993)
> +++ trunk/dports/finance/abtransfers/Portfile 2013-05-12 20:01:46 UTC (rev 
> 105994)
> @@ -39,8 +39,8 @@
> }
> 
> destroot {
> -     xinstall -m 0755 -d ${destroot}${applications_dir}
> -     file copy ${worksrcpath}/build/${name}.app 
> ${destroot}${applications_dir}
> +     xinstall -m 0755 -d ${destroot}${qt_apps_dir}
> +     file copy ${worksrcpath}/build/${name}.app ${destroot}${qt_apps_dir}
> }

Since this changes where the files get installed, the revision should be 
increased.

And now you can ignore one of my prior comments about not needing to create the 
directory; now you do need to, since now it's not a standard directory anymore. 
(Although wouldn't it be great if the qt4 1.0 portgroup would create that 
directory itself in pre-destroot? Then ports wouldn't have to.)

_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to