summaryrefslogtreecommitdiff
path: root/math/R-letter
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 07:20:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 07:20:58 +0000
commit1df1a17abc224c7b035253c7089ca62f3b56a87a (patch)
tree729d9b50958f323b815e1a00b7acf534920af239 /math/R-letter
parentupdate 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-letter')
-rw-r--r--math/R-letter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile
index c01a66fe1074..77e88420a8bd 100644
--- a/math/R-letter/Makefile
+++ b/math/R-letter/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