[121265] users/devans/dports/graphics

Ryan Schmidt ryandesign at macports.org
Sat Jun 21 14:56:21 PDT 2014


On Jun 21, 2014, at 3:07 PM, devans at macports.org wrote:

> Revision
> 121265
> Author
> devans at macports.org
> Date
> 2014-06-21 13:07:36 -0700 (Sat, 21 Jun 2014)
> Log Message
> 
> devans/dports: libvisio, rename to libvisio-0.1, installs in parallel with existing libvisio.

> Modified: users/devans/dports/graphics/libvisio-0.1/Portfile (120970 => 121265)

> +# delete binaries that conflict with libvisio
> +
> +post-destroot {
> +    file delete -force ${destroot}${prefix}/bin
> +}

There's probably no reason not to use "delete" instead of "file delete -force", now that MacPorts 2.3.0 has been released which fixes the one bug that was in "delete" (which wouldn't have applied in this case anyway because you're deleting a directory and not a file).





More information about the macports-dev mailing list