FreeBSD Tips: Difference between revisions

55 bytes removed ,  24 November 2023
no edit summary
No edit summary
No edit summary
Line 39: Line 39:
# Install ports-mgmt/pkg and then ports-mgmt/portmaster.
# Install ports-mgmt/pkg and then ports-mgmt/portmaster.
# Remove both from ~/installed-port-list.
# Remove both from ~/installed-port-list.
cd /usr/ports/ports-mgmt/portmaster
make install clean
portmaster --no-confirm `cat ~/installed-port-list`
portmaster --no-confirm `cat ~/installed-port-list`
</syntaxhighlight>
</syntaxhighlight>