Sun Aug 9 16:38:53 2020 UTC ()
geography/R-deldir: 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.1 -r1.2 pkgsrc/geography/R-deldir/Makefile

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

--- pkgsrc/geography/R-deldir/Makefile 2020/08/07 00:20:08 1.1
+++ pkgsrc/geography/R-deldir/Makefile 2020/08/09 16:38:53 1.2
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2020/08/07 00:20:08 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2020/08/09 16:38:53 brook Exp $
2 2
3CATEGORIES= geography 3CATEGORIES= geography
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 
5 4
6MAINTAINER= pkgsrc-users@NetBSD.org 5MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/deldir/ 6HOMEPAGE= ${R_HOMEPAGE_BASE}/deldir/
8COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation 7COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
9LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
10 9
11R_PKGNAME= deldir 10R_PKGNAME= deldir
12R_PKGVER= 0.1-25 11R_PKGVER= 0.1-25
13 12
14USE_LANGUAGES+= c fortran 13USE_LANGUAGES+= c fortran
15 14
16.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"