mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
The system Risa/Asir is a general computer algebra system. It performs arithmetics in various rings and fields, factorization, and Groebner basis computations. It can call outer modules complient to the OpenXM protocols. PR: ports/30158 Submitted by: Saito Tomokatsu <saito@asir.org>
11 lines
322 B
Text
11 lines
322 B
Text
--- Imakefile.org Sun Feb 4 20:11:38 2001
|
|
+++ Imakefile Sun Feb 4 20:12:03 2001
|
|
@@ -98,7 +98,7 @@
|
|
|
|
install:: $(PROGRAMS)
|
|
MakeDir($(ASIR_LIBDIR))
|
|
- $(INSTALL) $(INSTALLFLAGS) $(PROGRAMS) $(ASIR_LIBDIR)
|
|
+ $(INSTALL) $(INSTALLFLAGS) $(PROGRAMS) $(ASIR_BINDIR)
|
|
|
|
install-bin-lib:: $(PROGRAMS)
|
|
MakeDir($(ASIR_LIBDIR))
|