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-GRASS | |
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-GRASS')
-rw-r--r-- | math/R-GRASS/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/R-GRASS/Makefile b/math/R-GRASS/Makefile index 9876a5bfbe1..0d97799d45b 100644 --- a/math/R-GRASS/Makefile +++ b/math/R-GRASS/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2006/06/30 22:47:04 markd Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/22 19:26:45 wiz Exp $ # -CATEGORIES= databases math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/GRASS.html +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/GRASS.html COMMENT= Interface between GRASS 5.0 geographical information system and R -R_PKGNAME= GRASS -R_PKGVER= 0.3-2 +R_PKGNAME= GRASS +R_PKGVER= 0.3-2 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |