Hello All,
I have many "forgotten" files from ports on one system, where /var/db/pkg was destroyed. Now I'm reinstalling some ports and I'm facing problem with make check, if file is installed during make install phase. Is there any way, how to:
I have many "forgotten" files from ports on one system, where /var/db/pkg was destroyed. Now I'm reinstalling some ports and I'm facing problem with make check, if file is installed during make install phase. Is there any way, how to:
- Disable this check
- or Force make to overwrite file
- or Search for files in /usr/local/bin which do not belong to any ports with entry in /var/db/pkg and delete them?