diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-06-19 08:56:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-06-19 08:56:33 +0000 |
commit | cb304f14997992d75c45ee366ce4c518ce2262a5 (patch) | |
tree | 144facc98f61358e3a74aca7c4f91064e307389d /share/man/man5 | |
parent | 811785345fe0bbb63c02f082d4f7496f7184b762 (diff) |
point users to dpb for big fetch
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 2d12b108baa..40734fb7df7 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.376 2013/05/09 15:05:52 rpe Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.377 2013/06/19 08:56:32 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,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. .\" -.Dd $Mdocdate: May 9 2013 $ +.Dd $Mdocdate: June 19 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -333,6 +333,13 @@ which will also retrieve to fill with supplementary distribution files which are not needed for every configuration. .Pp +Note that fetching a significant number of distfiles, or fetching all distfiles +relevant to a port and dependencies is better accomplished using +.Xr dpb 8 +with the +.Fl F +option. +.Pp Use of .Ar {pre,do,post}-fetch hooks is forbidden, as this would make mirroring of distfiles very complicated. |