diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/R-project | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/R-project')
-rw-r--r-- | math/R-project/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile index c01a66f..77e8842 100644 --- a/math/R-project/Makefile +++ b/math/R-project/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 |