This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Installing software | |
* Set up ports collection | |
portsnap fetch && portsnap extract | |
* Updating ports collection | |
portsnap fetch && portsnap update | |
* Remove port | |
pkg_delete {} | |
* Upgrading with portupgrade | |
# set up | |
cd /usr/ports/ports-mgmt/portupgrade |
NewerOlder