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/Makefile | |
parent | Update to 1.0.4. (diff) |
- 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 |