So I have a FreeBSD-13 installation image and the current is FreeBSD-13.1, and I'm upgrading a bunch of servers as a result. Is there a way to do: `make install` --> `cd whatever` --> `make clean` `make` `make install` --> `cd original` --> `make clean` `make` `make install` recursively, wherein `whatever` is any library throwing an error and `original` is whichever port you're trying to update? This is a very redundant process which seems to be easy to automate, or maybe I'm just a moron and don't know the correct extant way to go about this? Direction in either direction would be appreciated.