summaryrefslogtreecommitdiff
path: root/math/R-project
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-18 11:40:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-18 11:40:41 +0000
commitc9f27cdf4f19de496d8e5e2e978d9a6532a7aa8a (patch)
tree400ec57c046265605c4be34e89165e58e4b623c3 /math/R-project
parentSomehow forgot to commit this file. Sorry. (Move fonts to local.) (diff)
Use LOOP_VAR.
Notes
Notes: svn path=/head/; revision=14639
Diffstat (limited to 'math/R-project')
-rw-r--r--math/R-project/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile
index 84be9270f537..f576872464a3 100644
--- a/math/R-project/Makefile
+++ b/math/R-project/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
-# $Id: Makefile,v 1.5 1998/07/17 20:41:38 steve Exp $
+# $Id: Makefile,v 1.6 1998/08/20 10:21:20 asami Exp $
#
DISTNAME= R-0.62.2
@@ -27,7 +27,8 @@ BROKEN= package
GNU_CONFIGURE= yes
USE_PERL5= yes
-MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4
+LOOP_VAR= PAPERSIZE
+LOOP_OPTIONS= letter a4
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE}
.if !defined(PAPERSIZE)