diff options
author | pav <pav@FreeBSD.org> | 2004-04-20 06:58:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-20 06:58:41 +0800 |
commit | 1667a8f7eb1b2279eed927ca87276185ea1552df (patch) | |
tree | 395c3d57f1f97f1dd338b07945cc2f4868e9a4ca /math/R | |
parent | 8bd86a32fcc995d016422d3355f5dd142f4793fb (diff) | |
download | freebsd-ports-gnome-1667a8f7eb1b2279eed927ca87276185ea1552df.tar.gz freebsd-ports-gnome-1667a8f7eb1b2279eed927ca87276185ea1552df.tar.zst freebsd-ports-gnome-1667a8f7eb1b2279eed927ca87276185ea1552df.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
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) |