[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / R-ISLR

File: [cvs.NetBSD.org] / pkgsrc / math / R-ISLR / Makefile (download)

Revision 1.2, Sat Jul 28 14:40:45 2018 UTC (5 years, 8 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.1: +1 -2 lines

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.

# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:45 brook Exp $

CATEGORIES=	math

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://cran.r-project.org/web/packages/ISLR/
COMMENT=	Data for the "ISLR" book
LICENSE=	gnu-gpl-v2

R_PKGNAME=	ISLR
R_PKGVER=	1.2

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"