diff options
author | 2004-10-27 03:10:24 +0000 | |
---|---|---|
committer | 2004-10-27 03:10:24 +0000 | |
commit | 7ba914275fa141496b62f6e472a0d1fe6946cdae (patch) | |
tree | 8a0d03e91fb9f622fc9a735b98841e5d482f31f1 /share/man/man7 | |
parent | simplify cache print a bit (diff) | |
download | wireguard-openbsd-7ba914275fa141496b62f6e472a0d1fe6946cdae.tar.xz wireguard-openbsd-7ba914275fa141496b62f6e472a0d1fe6946cdae.zip |
make distclean does not run make clean. from Christian Jones
Diffstat (limited to 'share/man/man7')
-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 |