Ticket #2817 (closed defect: fixed)
audio/id3v2 installed in wrong location
| Reported by: | dhaines@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
For some reason the audio/id3v2 port installs itself in $PREFIX/sbin instead of $PREFIX/bin. An ID3 tag editor is hardly an administrative utility which needs to be in sbin, so this is all kind of curious. I tried editing the Portfile, which references sbin, but it didn't seem to fix the strange placement.
There are times I wish I could read Makefiles.
Change History
Note: See
TracTickets for help on using
tickets.


ok, ok - just fixed; the mistake wasn't in a Makefile but in the Portfile itself: Spotting for "sbin" would have made it obvious to you! ;)