maintainer-feedback requested: [Bug 258002] editors/libreoffice defunct command line: wrong symbolic links

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 23 Aug 2021 08:05:33 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked FreeBSD Office Team
<office@FreeBSD.org> for maintainer-feedback:
Bug 258002: editors/libreoffice defunct command line: wrong symbolic links
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258002



--- Description ---
> libreoffice --help
cd: lrwxr-xr-x	1 root	wheel  34 Aug 23 02:17 libreoffice ->
../lib/libreoffice/program: No such file or directory

> libreoffice --writer
cd: lrwxr-xr-x	1 root	wheel  34 Aug 23 02:17 libreoffice ->
../lib/libreoffice/program: No such file or directory

> file `which libreoffice`
/usr/local/bin/libreoffice: symbolic link to ../lib/libreoffice/program/soffice

But 

> find /usr/local/ -name "soffice"
/usr/local/lib/libreoffice/program/soffice
/usr/local/bin/soffice

Probably other sym-links also affected.