diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/umatrix | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) |
Notes
Diffstat (limited to 'math/umatrix')
-rw-r--r-- | math/umatrix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile index 0cbb0d6a14c8..0f00085f9714 100644 --- a/math/umatrix/Makefile +++ b/math/umatrix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: umatrix -# Version required: 1.1 # Date created: 1 May 1997 # Whom: Sandro Sigala <ssigala@globalnet.it> # # $FreeBSD$ # -DISTNAME= umatrix-1.1 +PORTNAME= umatrix +PORTVERSION= 1.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} |