diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:51:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:51:47 +0000 |
commit | 605108f8854c63ce8cada07821a51daa7898bb59 (patch) | |
tree | a7f29cc4477b1a330bf8eeda2d2aa370a1c17f7e /math | |
parent | Sort entries. (diff) |
- Sort entries.
- Add missing entries: "p5-Date-Handler" and "scilab".
(The former hasn't been recognized because of a typo s/SUBIDR/SUBDIR/)
Notes
Notes:
svn path=/head/; revision=48025
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 de49fa14c323..c13ec4b521e1 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> |