diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/xldlas | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 5b32f2c..a938428 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xldlas -# Version required: 0.85 # Date created: 20 Dec 97 # Whom: Pedro Giffuni <giffunip@asme.org> # # $FreeBSD$ # -DISTNAME= xldlas-0.85 +PORTNAME= xldlas +PORTVERSION= 0.85 CATEGORIES= math MASTER_SITES= http://a42.com/~thor/xldlas/ \ http://sunsite.math.klte.hu/mirrors/xldlas/ \ |