diff options
author | brook <brook@pkgsrc.org> | 2018-07-28 14:40:42 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2018-07-28 14:40:42 +0000 |
commit | 55af4570d6c4ce1988c7bfb90de029beec86838e (patch) | |
tree | eb4d65c17195a4c4ff4516f86e4592bd4e18dbea /math/R-CGIwithR | |
parent | 3d0aae71595b3d18b6a866f976122c894681cb6c (diff) | |
download | pkgsrc-55af4570d6c4ce1988c7bfb90de029beec86838e.tar.gz |
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.
Diffstat (limited to 'math/R-CGIwithR')
-rw-r--r-- | math/R-CGIwithR/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-CGIwithR/Makefile b/math/R-CGIwithR/Makefile index 13f6d7c69c2..26e18a05a0a 100644 --- a/math/R-CGIwithR/Makefile +++ b/math/R-CGIwithR/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2018/07/04 13:40:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/28 14:40:45 brook Exp $ # PKGREVISION= 15 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR/ |