FreeBSD Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 38: Line 38:
# to make sure that they are really empty
# to make sure that they are really empty
# Install ports-mgmt/pkg and then ports-mgmt/portmaster.
# Install ports-mgmt/pkg and then ports-mgmt/portmaster.
cd /usr/ports/ports-mgmt/pkg
make install clean
cd /usr/ports/ports-mgmt/portmaster
make install clean
# Remove both from ~/installed-port-list.
# Remove both from ~/installed-port-list.
portmaster --no-confirm `cat ~/installed-port-list`
portmaster --no-confirm `cat ~/installed-port-list`