On 2021/12/27 18:36, Ingo Feinerer wrote: > Hi, > > I am working on xrdpxorg (http://xrdp.org) which builds a few Xorg > modules. > > `make plist` does not seem to able to process them: > > Can't put into any plist (no applicable prefix): > /usr/X11R6/lib/modules/libxorgxrdp.so > ... > > Is there a proper way to install them? > (so that pkg_add puts them into the right location)
Not _really_. There are ways to do it, but /usr/X11R6 is a location for files from base, not for those from packages ... You could perhaps install to a location under /usr/local and have the user create symlinks themselves.
