delete file

Joshua Root jmr at macports.org
Wed Dec 11 10:50:35 PST 2013


On 2013-12-12 05:12 , Peter Danecek wrote:
> 
> Hi all,
> I have the following code snippet in my Portfile. However the `delete file` command fails, while the `file delete` command work. So what is the issue here. I thought it would be saver to use `delete file`, even if the possibility that someone is still running 10.3 is quite remote.
> 
> Any idea what is the issue here?
> Thanks!
> ~petr
> 
> 
> 
>     # Adding documentation
>     post-destroot {
>         set dest_doc ${destroot}${prefix}/share/doc/${subport}
>         xinstall -d  ${dest_doc}
>         xinstall -m 755 -W ${worksrcpath} \
>             CHANGES.md \
>             LICENSE.md \
>             README.md \
>                 ${dest_doc}
> 
>         delete file ${dest_doc}/examples
>         copy ${worksrcpath}/examples ${dest_doc}/examples
>     }

There's no file named 'file'?



More information about the macports-dev mailing list