I'd like to make a change to one line of a port's source code.
- What's the best way to trick a port into installing with changed source? If I do a
makeI can find the line of source code I need to change in the work directory, but if I do anothermakeat that point, it doesn't do anything, quite rightly because it's finished. If I do amake cleanit deletes the source code that I modified, which is also logical. So, what's the trick to force a make with the changed code? - What's the actual proper way to make this change? It's a fix other users could benefit from, but it's not by default a configurable option. I have limited time and ability to muck with this kind of thing, but I don't object in principle to being helpful. I'm not in a position to take on the port as its long-term maintainer. Currently the port has no official maintainer.