Apologies if this more properly belongs in "Porting new software" or somewhere else.
I want to modify the code in a port and rebuild it. Is there a way to do this? I've (naively) tried modifying the code in the work directory and then doing
- Jon
				
			I want to modify the code in a port and rebuild it. Is there a way to do this? I've (naively) tried modifying the code in the work directory and then doing
# make deinstall# make install, but this doesn't work.  Thanks for any help.- Jon