summaryrefslogtreecommitdiff
path: root/math/R-psych
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-08-09 16:45:23 +0000
committerbrook <brook@pkgsrc.org>2020-08-09 16:45:23 +0000
commitf470e6d77908a37d7e142adebf5a0db8e061b92b (patch)
tree95795562113d4331db52dc68979460a6ff9f29a4 /math/R-psych
parentaa064a8843dcc4735dd31a53d3d80f03a9966e5c (diff)
downloadpkgsrc-f470e6d77908a37d7e142adebf5a0db8e061b92b.tar.gz
math/R-psych: 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 be defined in a Makefile for an R package.
Diffstat (limited to 'math/R-psych')
-rw-r--r--math/R-psych/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/R-psych/Makefile b/math/R-psych/Makefile
index 3a36323945c..a8f701dff29 100644
--- a/math/R-psych/Makefile
+++ b/math/R-psych/Makefile
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 02:46:40 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 16:45:23 brook Exp $
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+R_PKGNAME= psych
+R_PKGVER= 1.9.12.31
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/psych/
COMMENT= Procedures for psychological and psychometric research
LICENSE= gnu-gpl-v2
-R_PKGNAME= psych
-R_PKGVER= 1.9.12.31
-
DEPENDS+= R-mnormt>=1.5.4:../../math/R-mnormt
.include "../../math/R/Makefile.extension"