On Thu Mar 04, 2021 at 05:21:49PM +0300, Vadim Zhukov wrote:
> вт, 15 дек. 2020 г. в 17:41, Vadim Zhukov <[email protected]>:
> >
> > fortune-mod-ru is a collection of Russian fortunes, authored by
> > Pavel Maryanov, Nikolay Vekshin, Evgeniy Kascheev & Sergey Sharshutin.
> >
> > The upstream is dead (I'm hosting file myself then), but words are
> > always alive. :)
> >
> > I should thank martijn@ for the symlink trick. Martin, thanks!
> >
> > okay to import?

May you can use -delete instead xargs.

--- Makefile.orig       Fri Mar  5 07:36:31 2021
+++ Makefile    Fri Mar  5 07:36:42 2021
@@ -22,6 +22,6 @@ post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fortune-mod-ru
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fortune-mod-ru
        # no need for those on OpenBSD
-       find ${PREFIX} -name '*.u8' -print0 | xargs -0 rm
+       find ${PREFIX} -name '*.u8' -delete

All in all it looks good, ok rsadowski

> 
> ping
> 
> -- 
>   WBR,
>   Vadim Zhukov
> 

Reply via email to