diff options
author | glewis <glewis@FreeBSD.org> | 2003-12-09 19:33:24 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-12-09 19:33:24 +0000 |
commit | c28644973bae378f06e95a1ebdb61af8c9eb9149 (patch) | |
tree | 8a71dca71e1e8b092ad456eb578c75412bc42a5b | |
parent | e2ac620ac5947abe09681663bca6605d699e9bb1 (diff) | |
download | FreeBSD-ports-c28644973bae378f06e95a1ebdb61af8c9eb9149.zip FreeBSD-ports-c28644973bae378f06e95a1ebdb61af8c9eb9149.tar.gz |
. Welcome metis-edf to the math category after a repo copy from cad.
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/metis-edf/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 143bf09..45509ef 100644 --- a/math/Makefile +++ b/math/Makefile @@ -83,6 +83,7 @@ SUBDIR += matrix SUBDIR += maxima SUBDIR += metis + SUBDIR += metis-edf SUBDIR += mpexpr SUBDIR += mprime SUBDIR += mtl diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index ccff2cb..0135f8e 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -7,7 +7,7 @@ PORTNAME= metis-edf PORTVERSION= 3.1 -CATEGORIES= cad +CATEGORIES= math MASTER_SITES= http://www.code-aster.org/FICHIERS/metis/ MAINTAINER= ports@FreeBSD.org |