Sun Aug 9 17:11:46 2020 UTC ()
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.


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

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

--- pkgsrc/geography/R-maps/Makefile 2020/08/07 13:50:41 1.2
+++ pkgsrc/geography/R-maps/Makefile 2020/08/09 17:11:46 1.3
@@ -1,17 +1,15 @@ @@ -1,17 +1,15 @@
1# $NetBSD: Makefile,v 1.2 2020/08/07 13:50:41 brook Exp $ 1# $NetBSD: Makefile,v 1.3 2020/08/09 17:11:46 brook Exp $
2 2
 3R_PKGNAME= maps
 4R_PKGVER= 3.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}/maps/ 8HOMEPAGE= ${R_HOMEPAGE_BASE}/maps/
8COMMENT= Draw Geographical Maps 9COMMENT= Draw Geographical Maps
9LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
10 11
11R_PKGNAME= maps 
12R_PKGVER= 3.3.0 
13 
14USE_TOOLS+= gmake 12USE_TOOLS+= gmake
15 13
16.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"