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-abind/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/R-abind') diff --git a/math/R-abind/Makefile b/math/R-abind/Makefile index bce83fe1a8f..233261ef082 100644 --- a/math/R-abind/Makefile +++ b/math/R-abind/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/07/27 02:37:10 wen Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/28 14:40:46 brook Exp $ # CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/abind/ -- cgit v1.2.3