[138275] trunk/dports/aqua/qt4-mac/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Jul 4 20:51:32 PDT 2015
> On Jul 3, 2015, at 3:45 PM, michaelld at macports.org wrote:
>
> Revision
> 138275
> Author
> michaelld at macports.org
> Date
> 2015-07-03 13:45:51 -0700 (Fri, 03 Jul 2015)
> Log Message
>
> qt4-mac:
> + fix homepage;
> + fix correcting of .pc files for any install location, not just when in ${prefix}.
When would it not be in prefix?
> - # use ${prefix} correctly
> + # use ${qt_dir} correctly;
> + # in the .pc file, this will be ${prefix}
>
> - reinplace "s|${prefix}/|\${prefix}/|g" ${fixfile}
> + reinplace "s|${qt_dir}/|\${prefix}/|g" ${fixfile}
More information about the macports-dev
mailing list