diff options
author | markd <markd@pkgsrc.org> | 2008-10-13 19:26:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-13 19:26:12 +0000 |
commit | 24775ec7607f38721c6bde45d172fabd7e1873e6 (patch) | |
tree | b84ffc9c733d4d4f3436f03f70888ce6f44c49f9 /math/R-sgeostat/Makefile | |
parent | 7a8538be527d0bf7298ddb265a5e3f3f068d66bd (diff) | |
download | pkgsrc-24775ec7607f38721c6bde45d172fabd7e1873e6.tar.gz |
Update R-sgeostat to 1.0.21
minor bugfixes.
Diffstat (limited to 'math/R-sgeostat/Makefile')
-rw-r--r-- | math/R-sgeostat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile index 91bedc9d863..97714619535 100644 --- a/math/R-sgeostat/Makefile +++ b/math/R-sgeostat/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2007/02/22 19:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/13 19:26:12 markd Exp $ # -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/sgeostat.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/sgeostat/ COMMENT= Object-oriented Framework for Geostatistical Modeling in S+ R_PKGNAME= sgeostat -R_PKGVER= 1.0-19 +R_PKGVER= 1.0-21 USE_LANGUAGES= c fortran .include "../../math/R/Makefile.extension" |