[RFC] suport for fetching from local mirrors
Oliver Eikemeier
eikemeier at fillmore-labs.com
Wed Mar 10 09:34:01 PST 2004
Ion-Mihai Tetcu wrote:
> Hi,
>
>
> I wonder if there is any way to convince globally ``make fetch'' to try
> use first other site that those in bsd.sites.mk (not with
> MASTER_SITE_OVERRIDE, but overriding the master sites individually).
>
> [...]
>
> # Local (MAN) master sites
> .if exists(${PORTSDIR}/Mk/bsd.local_sites.mk)
> .include "${PORTSDIR}/Mk/bsd.local_sites.mk"
> .endif
You could already put stuff like that in ${PORTSDIR}/../Makefile.inc.
PR 63933 should be able to move your preferred sites to the top.
-Oliver
More information about the freebsd-ports
mailing list