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/Makefile | |
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/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index e44fdef22529..54424b771e9c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -5,8 +5,7 @@ SUBDIR += GiNaC SUBDIR += PDL - SUBDIR += R-a4 - SUBDIR += R-letter + SUBDIR += R-project SUBDIR += abs SUBDIR += add SUBDIR += algae |