Sun Aug 9 17:00:09 2020 UTC ()
geography/R-mapdata: 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.


(brook)
diff -r1.2 -r1.3 pkgsrc/geography/R-mapdata/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/geography/R-mapdata/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/R-mapdata/Makefile 2020/08/07 13:48:56 1.2
+++ pkgsrc/geography/R-mapdata/Makefile 2020/08/09 17:00:09 1.3
@@ -1,19 +1,17 @@ @@ -1,19 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2020/08/07 13:48:56 brook Exp $ 1# $NetBSD: Makefile,v 1.3 2020/08/09 17:00:09 brook Exp $
2 2
 3R_PKGNAME= mapdata
 4R_PKGVER= 2.3.0
3CATEGORIES= geography 5CATEGORIES= geography
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/mapdata/ 8HOMEPAGE= ${R_HOMEPAGE_BASE}/mapdata/
8COMMENT= Extra Map Databases 9COMMENT= Extra Map Databases
9LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
10 11
11R_PKGNAME= mapdata 
12R_PKGVER= 2.3.0 
13 
14USE_TOOLS+= gmake 12USE_TOOLS+= gmake
15 13
16DEPENDS+= R-maps>=2.0-7:../../geography/R-maps 14DEPENDS+= R-maps>=2.0-7:../../geography/R-maps
17 15
18.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
19.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"