Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-tensor math/R-tensor: remove MASTER_SITES
details: https://anonhg.NetBSD.org/pkgsrc/rev/faeba674d0c7
branches: trunk
changeset: 436833:faeba674d0c7
user: brook <brook%pkgsrc.org@localhost>
date: Sun Aug 09 17:08:55 2020 +0000
description:
math/R-tensor: 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-tensor/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 949a656ddffc -r faeba674d0c7 math/R-tensor/Makefile
--- a/math/R-tensor/Makefile Sun Aug 09 17:07:33 2020 +0000
+++ b/math/R-tensor/Makefile Sun Aug 09 17:08:55 2020 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 02:39:42 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 17:08:55 brook Exp $
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+R_PKGNAME= tensor
+R_PKGVER= 1.5
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= ${R_HOMEPAGE_BASE}/tensor/
COMMENT= Tensor product of arrays
LICENSE= gnu-gpl-v2
-R_PKGNAME= tensor
-R_PKGVER= 1.5
-
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index