diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-02 04:49:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-02 04:49:17 +0800 |
commit | d736177c8909e50545a64885ea1162324cdb47f8 (patch) | |
tree | 6b6024d0e90992681cba4ba02ac9618502035d98 /Mk | |
parent | c2558845864a21d77704d7a738ae201e63ae8dc9 (diff) | |
download | freebsd-ports-gnome-d736177c8909e50545a64885ea1162324cdb47f8.tar.gz freebsd-ports-gnome-d736177c8909e50545a64885ea1162324cdb47f8.tar.zst freebsd-ports-gnome-d736177c8909e50545a64885ea1162324cdb47f8.zip |
Add a note about the maximum number of entries in a single mastersite
list that is considered useful. Add a note about how all entries must
terminate with a slash.
This is part of the continuing attempt to clean up the very poor state
of this file.
hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 0098719636b4..0865e8ad9db9 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -12,6 +12,14 @@ # be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED. # You have been warned. :) # +# Note: because it is included for all invocations, please keep the size +# of this file manageable. If a distfile is unfetchable from the first +# few dozen locations, it is unlikely to be fetchable from any past that, +# and those fetch failures will simply waste time and bandwidth. Please +# pick a globally representative subset. +# +# Note: all entries should terminate with a slash. +# # $FreeBSD$ # |