diff options
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" |