diff options
author | knu <knu@FreeBSD.org> | 2001-09-21 05:51:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-21 05:51:47 +0000 |
commit | 4b641a4fc7c03a4faae3d7ed7f3e166dce54542b (patch) | |
tree | 9ebd0a28120a7713094edd84352559a8207352b7 /math | |
parent | 640f18db3da7adf1af5758f2341e26591449cbd2 (diff) | |
download | FreeBSD-ports-4b641a4fc7c03a4faae3d7ed7f3e166dce54542b.zip FreeBSD-ports-4b641a4fc7c03a4faae3d7ed7f3e166dce54542b.tar.gz |
- Sort entries.
- Add missing entries: "p5-Date-Handler" and "scilab".
(The former hasn't been recognized because of a typo s/SUBIDR/SUBDIR/)
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index de49fa1..c13ec4b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += yacas SUBDIR += GiNaC SUBDIR += PDL @@ -62,7 +61,7 @@ SUBDIR += p5-AI-Perceptron SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector - SUBIDR += p5-Date-Handler + SUBDIR += p5-Date-Handler SUBDIR += p5-Math-Base85 SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-BigIntFast @@ -108,6 +107,7 @@ SUBDIR += ruby-narray SUBDIR += sc SUBDIR += scigraphica + SUBDIR += scilab SUBDIR += siag SUBDIR += simpack SUBDIR += slsc @@ -135,5 +135,6 @@ SUBDIR += xplot SUBDIR += xspread SUBDIR += xwpl + SUBDIR += yacas .include <bsd.port.subdir.mk> |