diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/eispack | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.zst freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.zip |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index b550a6d33700..6f1e50f4470c 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: eispack -# Version required: ? # Date created: 31 October 1994 # Whom: ljo # # $FreeBSD$ # -DISTNAME= eispack -PKGNAME= eispack-1.0 +PORTNAME= eispack +PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/eispack/ \ ftp://netlib.bell-labs.com/netlib/eispack/ \ @@ -18,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas -DIST_SUBDIR= ${DISTNAME} +DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ |