Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2000 19:16:48 +0900
From:      "R. Imura" <imura@af.airnet.ne.jp>
To:        asami@freebsd.org
Cc:        obrien@freebsd.org, ports@freebsd.org
Subject:   Re: Moving personal distfiles from Freefall to ftp.freebsd.org
Message-ID:  <20000611191648I.imura@cs.titech.ac.jp>
In-Reply-To: <vqc7lbyipzd.fsf@silvia.hip.berkeley.edu>
References:  <vqcd7lrkbis.fsf@silvia.hip.berkeley.edu> <20000609094000.A45481@dragon.nuxi.com> <vqc7lbyipzd.fsf@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> Index: bsd.port.mk
> ===================================================================
> RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v
> retrieving revision 1.338
> diff -u -r1.338 bsd.port.mk
> --- bsd.port.mk	2000/05/06 10:45:35	1.338
> +++ bsd.port.mk	2000/06/09 19:58:00
> @@ -1114,7 +1148,8 @@
>  
>  # Where to put distfiles that don't have any other master site
>  MASTER_SITE_LOCAL?= \
> -	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/
> +	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
> +	ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
>  
>  # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository
>  # for everything, but don't search it twice by appending it to the end.
> ===

You may have already noticed yourself, these lines should move higher
in bsd.port.mk in order to convert %SUBDIR% to ${MASTER_SITE_SUBDIR}. :)

- R. Imura


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000611191648I.imura>