diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-10-27 03:10:25 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-10-27 03:10:25 +0000 |
commit | e91dcaea0f142c3bc11c4413f8963890d0ae8d02 (patch) | |
tree | 67ad96b426cd17659ecbff4a41d2ab44778c1109 | |
parent | f2c68ab20523203af829074752aca31f47a5eb19 (diff) |
make distclean does not run make clean. from Christian Jones
-rw-r--r-- | share/man/man7/ports.7 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index cac72b5fc2a..fdad1b24ef2 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.45 2004/10/14 04:35:25 pvalchev Exp $ +.\" $OpenBSD: ports.7,v 1.46 2004/10/27 03:10:24 jaredy Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -257,9 +257,7 @@ This does not recurse to dependencies unless is defined to .Dv Yes . .It Ar distclean -Remove the port's distfile(s) and perform the -.Ar clean -operation. +Remove the port's distfile(s). This does not recurse to dependencies. .It Ar reinstall Use this to restore a port after using |