diff options
author | adam <adam@pkgsrc.org> | 2009-12-11 19:18:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-11 19:18:17 +0000 |
commit | 7ed6e3642444763cdcc496a7cee165f91e8b1474 (patch) | |
tree | b1a6c6cdfedef909b556587b7cade1b55a1367fa /math/R-R2HTML/Makefile | |
parent | 71453a09996c6bbdc0c95b571b17533198c8e0e5 (diff) | |
download | pkgsrc-7ed6e3642444763cdcc496a7cee165f91e8b1474.tar.gz |
Update to the latest version of the module along with R update
Diffstat (limited to 'math/R-R2HTML/Makefile')
-rw-r--r-- | math/R-R2HTML/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/math/R-R2HTML/Makefile b/math/R-R2HTML/Makefile index 0ef9e741411..4a9db8f7d3d 100644 --- a/math/R-R2HTML/Makefile +++ b/math/R-R2HTML/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2008/10/13 11:27:50 markd Exp $ -# +# $NetBSD: Makefile,v 1.5 2009/12/11 19:20:07 adam Exp $ -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML/ -COMMENT= Includes HTML function and methods to write in an HTML output +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML/ +COMMENT= Includes HTML function and methods to write in an HTML output -R_PKGNAME= R2HTML -R_PKGVER= 1.59 +R_PKGNAME= R2HTML +R_PKGVER= 1.59-1 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |