summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-08-09 17:11:46 +0000
committerbrook <brook@pkgsrc.org>2020-08-09 17:11:46 +0000
commit92a33bd9dbdb1560bb995109d697a1182c092645 (patch)
tree2f452cf7fd91f8ebfd8ded4a5a206489f78c8734 /geography
parent9c7031583cbc3844689e1b4e411737dee6f11e07 (diff)
downloadpkgsrc-92a33bd9dbdb1560bb995109d697a1182c092645.tar.gz
geography/R-maps: 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-maps/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/geography/R-maps/Makefile b/geography/R-maps/Makefile
index e5e8dd31c5a..b42c51d2cf5 100644
--- a/geography/R-maps/Makefile
+++ b/geography/R-maps/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2020/08/07 13:50:41 brook Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/09 17:11:46 brook Exp $
+R_PKGNAME= maps
+R_PKGVER= 3.3.0
CATEGORIES= geography
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/maps/
COMMENT= Draw Geographical Maps
LICENSE= gnu-gpl-v2
-R_PKGNAME= maps
-R_PKGVER= 3.3.0
-
USE_TOOLS+= gmake
.include "../../math/R/Makefile.extension"