summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-08-09 17:07:33 +0000
committerbrook <brook@pkgsrc.org>2020-08-09 17:07:33 +0000
commitb494a50030c8edacdf5581796c2d07550cec5d60 (patch)
treec676d4d096a06e088ce085db316f7e17ab03751b /math
parent5320ffbb8413f9c0ac133d445c0027e64169a0d9 (diff)
downloadpkgsrc-b494a50030c8edacdf5581796c2d07550cec5d60.tar.gz
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 (limited to 'math')
-rw-r--r--math/R-goftest/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/R-goftest/Makefile b/math/R-goftest/Makefile
index c5858385853..bb551636372 100644
--- a/math/R-goftest/Makefile
+++ b/math/R-goftest/Makefile
@@ -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
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"