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-nloptr/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/R-nloptr') diff --git a/math/R-nloptr/Makefile b/math/R-nloptr/Makefile index ce91a8c2d6e..25fc6cfb887 100644 --- a/math/R-nloptr/Makefile +++ b/math/R-nloptr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2018/07/04 13:40:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/28 14:40:49 brook Exp $ # CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/nloptr/ -- cgit v1.2.3