Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/R-maps geography/R-maps: remove MASTER_SITES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b3d3640db28
branches:  trunk
changeset: 436834:3b3d3640db28
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 17:11:46 2020 +0000

description:
geography/R-maps: 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.

diffstat:

 geography/R-maps/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r faeba674d0c7 -r 3b3d3640db28 geography/R-maps/Makefile
--- a/geography/R-maps/Makefile Sun Aug 09 17:08:55 2020 +0000
+++ b/geography/R-maps/Makefile Sun Aug 09 17:11:46 2020 +0000
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2020/08/07 13:50:41 brook Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/09 17:11:46 brook Exp $
 
+R_PKGNAME=     maps
+R_PKGVER=      3.3.0
 CATEGORIES=    geography
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/maps/
 COMMENT=       Draw Geographical Maps
 LICENSE=       gnu-gpl-v2
 
-R_PKGNAME=     maps
-R_PKGVER=      3.3.0
-
 USE_TOOLS+=    gmake
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index