diff options
author | brook <brook@pkgsrc.org> | 2019-08-07 21:54:34 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-07 21:54:34 +0000 |
commit | ae68deb69574763a4bfb5640345f3a5340fe6dc1 (patch) | |
tree | 6ef060019d33190b939eb40fe0fc17384154137f /math | |
parent | 711e2ce5066d1a8dc81d08fa2402d806fc55f5be (diff) | |
download | pkgsrc-ae68deb69574763a4bfb5640345f3a5340fe6dc1.tar.gz |
Add 'R' to the cateogries for R packages.
The category 'R' is used to denote R packages, just as 'perl5' and 'python'
are used in other cases. To ensure consistency, add that to CATEGORIES in
Makefile.extension rather than in each individual R package. This was
discussed in http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile.extension | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension index 14afbe62e49..5e7fef2c280 100644 --- a/math/R/Makefile.extension +++ b/math/R/Makefile.extension @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.extension,v 1.23 2018/07/28 14:53:46 brook Exp $ +# $NetBSD: Makefile.extension,v 1.24 2019/08/07 21:54:34 brook Exp $ # # This Makefile fragment is included by packages for R library packages. # @@ -18,7 +18,7 @@ PKGNAME?= R-${R_PKGNAME}-${R_PKGVER:S/-/./} MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} \ ${MASTER_SITE_R_CRAN:=contrib/Archive/${R_PKGNAME}/} DIST_SUBDIR?= R -CATEGORIES+= math +CATEGORIES+= math R HOMEPAGE?= https://CRAN.R-project.org/package=${R_PKGNAME} WRKSRC= ${WRKDIR}/${R_PKGNAME} |