Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-goftest math/R-goftest: remove MASTER_SITES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/949a656ddffc
branches:  trunk
changeset: 436832:949a656ddffc
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 17:07:33 2020 +0000

description:
math/R-goftest: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

diffstat:

 math/R-goftest/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r a414eb91d58e -r 949a656ddffc math/R-goftest/Makefile
--- a/math/R-goftest/Makefile   Sun Aug 09 17:06:32 2020 +0000
+++ b/math/R-goftest/Makefile   Sun Aug 09 17:07:33 2020 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 02:50:21 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 17:07:33 brook Exp $
 
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+R_PKGNAME=     goftest
+R_PKGVER=      1.2-2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/goftest/
 COMMENT=       Classical Goodness-of-Fit Tests for Univariate Distributions
 LICENSE=       gnu-gpl-v2
 
-R_PKGNAME=     goftest
-R_PKGVER=      1.2-2
-
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index