# /stand/sysinstall
Once the Ports collection is installed, you can then easily install
software by changing directory to the specific application and typing
make install:
# cd /usr/ports
# cd lang
# cd ruby
# make install
# make clean
# make distclean
Not only will the Ports application install the application --
in this case support for the Ruby programming language -- it
also pulls in any dependent files that might not exist on the system.