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-project/Makefile | |
parent | 1b0102e92cb84a12d24f9111924b75203bcd15d6 (diff) | |
download | ports-f74871ebf183e576b5256f5b067fad82553e3807.tar.gz ports-f74871ebf183e576b5256f5b067fad82553e3807.zip |
- Rename math/R-letter to math/R-project.
- Remove math/R-a4 slave port. A4 format is now default. If you need letter
or other paper formats, define PAPERSIZE when building the port.
Note that renaming to math/R was declined by marcus (portmgr) because
we're not sure if single-letter port name break something.
Requested by: maintainer
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=107634
Diffstat (limited to 'math/R-project/Makefile')
-rw-r--r-- | math/R-project/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile index d6354d088c45..41a2b4c47d33 100644 --- a/math/R-project/Makefile +++ b/math/R-project/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) |