[105994] trunk/dports/finance/abtransfers/Portfile

Ryan Schmidt ryandesign at macports.org
Sun May 12 19:26:09 PDT 2013


On May 12, 2013, at 15:01, mk at macports.org wrote:

> Revision: 105994
>          https://trac.macports.org/changeset/105994
> Author:   mk at macports.org
> 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.)



More information about the macports-dev mailing list