[83213] users/raimue/ports/sysutils/synergy/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Aug 28 12:33:12 PDT 2011
On Aug 28, 2011, at 11:01, raimue at macports.org wrote:
> Revision: 83213
> http://trac.macports.org/changeset/83213
> Author: raimue at macports.org
> Date: 2011-08-28 09:01:29 -0700 (Sun, 28 Aug 2011)
> Log Message:
> -----------
> sysutils/synergy:
> Create directories before xinstall as we are overriding the destroot phase
>
> Modified Paths:
> --------------
> users/raimue/ports/sysutils/synergy/Portfile
>
> Modified: users/raimue/ports/sysutils/synergy/Portfile
> ===================================================================
> --- users/raimue/ports/sysutils/synergy/Portfile 2011-08-28 15:56:04 UTC (rev 83212)
> +++ users/raimue/ports/sysutils/synergy/Portfile 2011-08-28 16:01:29 UTC (rev 83213)
> @@ -40,12 +40,12 @@
> }
>
> destroot {
> - # xinstall -d ${destroot}${prefix}/bin
> + xinstall -d ${destroot}${prefix}/bin
There's no need to create this or other directories that are part of the mtree; MacPorts creates them for you before running the destroot phase.
More information about the macports-dev
mailing list