diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-19 22:58:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-19 22:58:41 +0000 |
commit | f74871ebf183e576b5256f5b067fad82553e3807 (patch) | |
tree | 9074d1a3db69ca03ab1ea68d5dafe860aab7db25 /math/R | |
parent | 1b0102e92cb84a12d24f9111924b75203bcd15d6 (diff) | |
download | ports-f74871ebf183e576b5256f5b067fad82553e3807.tar.gz ports-f74871ebf183e576b5256f5b067fad82553e3807.zip |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index d6354d088c45..41a2b4c47d33 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -72,7 +72,7 @@ pre-fetch: @${ECHO} " # make PAPERSIZE=letter install clean" @${ECHO} .else -CONFIGURE_ENV+= R_PAPERSIZE=${PAPERSIZE} +CONFIGURE_ENV+= R_PAPERSIZE=${PAPERSIZE} .endif # Build the four documentation formats sequentially (instead of simultaneously) |