diff options
author | brook <brook@pkgsrc.org> | 2020-08-09 16:57:20 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-09 16:57:20 +0000 |
commit | 17082f62154da0d16c2e79144a58bdf3a45dbd74 (patch) | |
tree | 3ab53df1b65c24809e7bec79bce0253192ec3fcf /geography | |
parent | 8a9bf18b937484f061733c6f368e35629913bf4e (diff) | |
download | pkgsrc-17082f62154da0d16c2e79144a58bdf3a45dbd74.tar.gz |
geography/R-geosphere: 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 'geography')
-rw-r--r-- | geography/R-geosphere/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/geography/R-geosphere/Makefile b/geography/R-geosphere/Makefile index e2f9c4359f6..6cfe1e30348 100644 --- a/geography/R-geosphere/Makefile +++ b/geography/R-geosphere/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.1 2020/08/07 00:25:49 brook Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/09 16:57:20 brook Exp $ +R_PKGNAME= geosphere +R_PKGVER= 1.5-10 CATEGORIES= geography -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/geosphere/ COMMENT= Spherical Trigonometry LICENSE= gnu-gpl-v3 -R_PKGNAME= geosphere -R_PKGVER= 1.5-10 - DEPENDS+= R-sp>=1.2.5:../../math/R-sp .include "../../math/R/Makefile.extension" |