From a260811277a4ea2d871cb24e02a325c27c7ecac0 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 3 Nov 2005 12:00:32 +0000 Subject: Added a variable R_HOMEPAGE_BASE that is needed as a replacement for all those packages that currently use ${MASTER_SITE_R_CRAN:=foo} as their HOMEPAGE. As the HOMEPAGE is a single URL, not a list of URLs, the MASTER_SITE variables cannot be used for this. --- math/R/Makefile.extension | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension index ae9cc0dd3dc..bfa537d2d2e 100644 --- a/math/R/Makefile.extension +++ b/math/R/Makefile.extension @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.extension,v 1.6 2004/01/20 12:20:04 agc Exp $ +# $NetBSD: Makefile.extension,v 1.7 2005/11/03 12:00:32 rillig Exp $ # # This Makefile fragment is included by packages for R library packages. # @@ -14,6 +14,8 @@ MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} DIST_SUBDIR?= R CATEGORIES+= math +R_HOMEPAGE_BASE= http://cran.r-project.org/src/contrib/Descriptions + R_DEPENDS?= R>=1.7.0 DEPENDS+= ${R_DEPENDS}:../../math/R -- cgit v1.2.3