diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /math/R-R2HTML/Makefile | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'math/R-R2HTML/Makefile')
-rw-r--r-- | math/R-R2HTML/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/R-R2HTML/Makefile b/math/R-R2HTML/Makefile index 3e14d715bfb..1380939424e 100644 --- a/math/R-R2HTML/Makefile +++ b/math/R-R2HTML/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/22 19:26:45 wiz Exp $ # PKGREVISION= 1 -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.html +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML.html COMMENT= Includes HTML function and methods to write in an HTML output -R_PKGNAME= R2HTML -R_PKGVER= 1.53 +R_PKGNAME= R2HTML +R_PKGVER= 1.53 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |