Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/R-R2HTML/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/R-R2HTML/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- pkgsrc/math/R-R2HTML/Makefile 2018/07/28 14:40:45 1.9 +++ pkgsrc/math/R-R2HTML/Makefile 2019/07/31 18:19:47 1.10 @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:45 brook Exp $ +# $NetBSD: Makefile,v 1.10 2019/07/31 18:19:47 brook Exp $ -CATEGORIES= math +CATEGORIES= math R MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML/ -COMMENT= R functions to write an HTML file -LICENSE= gnu-gpl-v2 +COMMENT= HTML exportation for R objects +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= R2HTML R_PKGVER= 2.3.2 +USE_LANGUAGES= # none + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk"