<p>On Apr 9, 2017 8:20 AM, "Sébastien DEWAILLY" wrote:<br>
><br>
> Hi,<br>
> <br>
><br>
> I want to use a device with one of your softwares but when I want to<br>
> register it, it doesn't find the executable.</p>
<p>Please be more specific.</p>
<p>This is like complaining to Apple that one of the programs running on their hardware is buggy.</p>
<p>> In fact, I installed it via<br>
> port command and the path to executable is not correct, the script try<br>
> to launch /usr/bin/*Reg but the executable is actually in /opt/local/bin.<br>
><br>
> My question: Is it possible to install the software in /usr via port<br>
> command?</p>
<p>No. But there is probably a way to fix that software to find the executable in /opt/local/bin.</p>
<p>> Or, do I have to dive into makefiles to properly configure the<br>
> installation process?</p>
<p>If installation is buggy, someone needs to take a closer look, yes. It's not clear which step fails, but you cannot/shouldn't "fix" the package to install the executable to /usr.</p>
<p>You could also file a ticket on Trac.</p>
<p>> PS. It seems to be possible to launch the installation, running make<br>
> command. Am I right?</p>
<p>Try:</p>
<p>sudo port -v build <portname><br>
cd $(port work <portname>)</p>
<p>and continue from there.</p>
<p>Mojca<br>
</p>