1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

In the example about using portmaster to do a complete re-install of

your ports, I had:
pkg_delete *
which works for me because of a local bash completion, but doesn't
work for most users. So, correct that to be:
pkg_delete '*'
instead.
This commit is contained in:
Doug Barton 2008-03-19 20:25:01 +00:00
parent 14ff4ec24c
commit 8a0263d32e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209397

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 29, 2008
.Dd March 19, 2008
.Dt PORTMASTER 8
.Os
.Sh NAME
@ -524,7 +524,7 @@ to do a complete reinstallation of all your ports:
.Dl "2. Update your ports tree"
.Dl "3. portmaster --clean-distfiles-all"
.Dl "4. portmaster -Faf"
.Dl "5. pkg_delete *"
.Dl "5. pkg_delete '*'"
.Dl "6. Manually check through /usr/local to make sure it is really"
.Dl " empty"
.Pp