diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-06-19 08:59:03 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-06-19 08:59:03 +0000 |
commit | c6cf5de49684b1ba797d5adbc7ff640851259f43 (patch) | |
tree | 9a0db389de8e8b35b8197667dcd2c81b1929b1db /share/man | |
parent | cb304f14997992d75c45ee366ce4c518ce2262a5 (diff) |
refer to dpb for bulk fetch
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/ports.7 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 2ba3c614db5..99de0a3e7a6 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (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.94 2013/03/14 16:05:19 ajacoutot Exp $ +.\" $OpenBSD: ports.7,v 1.95 2013/06/19 08:59:02 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: March 14 2013 $ +.Dd $Mdocdate: June 19 2013 $ .Dt PORTS 7 .Os .Sh NAME @@ -251,6 +251,11 @@ See .Ev FETCH_CMD and .Ev MASTER_SITE_OVERRIDE . +Use +.Xr dpb +with option +.Fl F +to quickly fetch distfiles for a subtree. .It Ar checksum Verify that the fetched distfile matches the one the port was tested against. Defining |