pkgsrc/math/R-prob/Makefile
brook 9ade221609 Add the CRAN archives to R package MASTER_SITES.
Distfiles for older R packges are moved on CRAN from contrib/ to
contrib/Archive/${R_PKGNAME}/.  As a result, they may be inaccessible to
'make fetch'.  Add the additional directory to MASTER_SITES in
math/R/Makefile.extension so that older distfiles will be retrieved
directly from CRAN.  In addition, remove the definition of MASTER_SITES
from math/R-prob/Makefile, which is the only package directly referring to
the distfile archive.  At this point all R packages should rely on
math/R/Makefile.extension to define MASTER_SITES; they should not be
defining MASTER_SITES directly.
2018-07-28 14:53:46 +00:00

19 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/07/28 14:53:46 brook Exp $
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://prob.r-forge.r-project.org/
COMMENT= Elementary probability on finite sample spaces
LICENSE= gnu-gpl-v3
DEPENDS+= R-combinat-[0-9]*:../../math/R-combinat
DEPENDS+= R-fAsianOptions-[0-9]*:../../finance/R-fAsianOptions
R_PKGNAME= prob
R_PKGVER= 1.0-0
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"