diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-06-11 20:08:16 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-06-11 20:08:16 +0000 |
commit | 3ed25b7d18b2387a412611298db22f6005347232 (patch) | |
tree | e25257e40e5973c7afb67605777419f0668b7762 /ports-mgmt | |
parent | b4445975fb995310929e2de421d91c76ad96d170 (diff) | |
download | ports-3ed25b7d18b2387a412611298db22f6005347232.tar.gz ports-3ed25b7d18b2387a412611298db22f6005347232.zip |
Add "rm -rf /usr/local/lib/compat/pkg" to the list of steps to
update your ports tree after a major version upgrade
Notes
Notes:
svn path=/head/; revision=214675
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/files/portmaster.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/portmaster/files/portmaster.8 b/ports-mgmt/portmaster/files/portmaster.8 index 91555d592ef3..17735c1f5fd2 100644 --- a/ports-mgmt/portmaster/files/portmaster.8 +++ b/ports-mgmt/portmaster/files/portmaster.8 @@ -536,7 +536,8 @@ to do a complete reinstallation of all your ports: .Dl "3. portmaster --clean-distfiles-all" .Dl "4. portmaster -Faf" .Dl "5. pkg_delete '*'" -.Dl "6. Manually check through /usr/local to make sure it is really" +.Dl "6. rm -rf /usr/local/lib/compat/pkg" +.Dl "7. Manually check through /usr/local to make sure it is really" .Dl " empty" .Pp .Dl "Now look at the list you generated in the first step and install" |