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/spin | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/spin')
-rw-r--r-- | math/spin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/spin/Makefile b/math/spin/Makefile index 41d5c64..028d7ea 100644 --- a/math/spin/Makefile +++ b/math/spin/Makefile @@ -1,12 +1,12 @@ # Ports collection makefile for: spin -# Version required: 3.3.9 # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $FreeBSD$ # -DISTNAME= spin-3.39 +PORTNAME= spin +PORTVERSION= 3.39 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ |