diff options
author | 2013-06-19 08:56:32 +0000 | |
---|---|---|
committer | 2013-06-19 08:56:32 +0000 | |
commit | 8eb990a4923eb03ebf63c05f70daece1574c40b4 (patch) | |
tree | ba95410246616753a71705f63583edda9a816356 | |
parent | Move admin utils to usr.sbin where they belong (and where they were (diff) | |
download | wireguard-openbsd-8eb990a4923eb03ebf63c05f70daece1574c40b4.tar.xz wireguard-openbsd-8eb990a4923eb03ebf63c05f70daece1574c40b4.zip |
point users to dpb for big fetch
-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. |