According to the ./configure help text, EPREFIX is supposed to be used for "architecture-dependent files".
It is however used for lib/, share/, and tests, while PREFIX is used for bin/ and etc/.
Is this usage correct? I found this while implementing a similar configure script for runit, and have for now followed the same usage as xbps in that script.