tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Default master sites for R packages
24 Jan 2013, 09:41, Thomas Klausner wrote:
> On Tue, Jan 01, 2013 at 02:59:06AM +0200, Mike M. Volokhov wrote:
>> The math/R/Makefile.extension already has MASTER_SITES predefined with
>> exactly the first line from the list. Therefore, I'd like to set it to
>> the following defaults and drop all MASTER_SITES from existent packages:
>>
>> MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} \
>> ${MASTER_SITE_R_CRAN:=contrib/Archive/}
>
> Will that work? The newest files are under contrib directly, but in
> Archive there is a subdirectory per distribution.
> Thomas
Oh, you're completely right! It's supposed to be:
MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} \
${MASTER_SITE_R_CRAN:=contrib/Archive/${R_PKGNAME}/}
--
Mishka.
Home |
Main Index |
Thread Index |
Old Index