From 55af4570d6c4ce1988c7bfb90de029beec86838e Mon Sep 17 00:00:00 2001 From: brook Date: Sat, 28 Jul 2018 14:40:42 +0000 Subject: Remove MASTER_SITES= from individual R package Makefiles. Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place. --- math/R-gdata/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/R-gdata') diff --git a/math/R-gdata/Makefile b/math/R-gdata/Makefile index 8ec21544508..2e04786f22d 100644 --- a/math/R-gdata/Makefile +++ b/math/R-gdata/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 06:38:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/28 14:40:48 brook Exp $ PKGREVISION= 5 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/gdata/ -- cgit v1.2.3