summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-21 05:51:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-21 05:51:47 +0000
commit605108f8854c63ce8cada07821a51daa7898bb59 (patch)
treea7f29cc4477b1a330bf8eeda2d2aa370a1c17f7e /math
parentSort 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/Makefile5
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>