diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/R | |
parent | update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27509
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index c01a66fe1074..77e88420a8bd 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: R (letter) -# Version required: R-0.99.0a # Date created: Tue Jun 23 07:36:55 EST 1998 # Whom: Maurice Castro <maurice@serc.rmit.edu.au> # # $FreeBSD$ # -DISTNAME= R-0.99.0a -PKGNAME= R-${PAPERSIZE}-0.99.0a +PORTNAME= R +PORTVERSION= 0.99.0a CATEGORIES= math MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \ @@ -18,6 +17,8 @@ MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \ ftp://dola.snu.ac.kr/pub/R/CRAN/src/base/ \ http://www.stat.math.ethz.ch/R-CRAN/src/base/ +PKGNAMESUFFIX= -${PAPERSIZE} +DISTNAME= R-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= maurice@serc.rmit.edu.au |