diff options
author | markd <markd@pkgsrc.org> | 2008-08-12 21:32:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-08-12 21:32:26 +0000 |
commit | a2a217de0fc25a3a2411c74fd234a7b203cf9d45 (patch) | |
tree | 470c23ce531a8562f9c4461a847362a9fba9e0b0 /math/blas/Makefile | |
parent | 29977bda5fed2a16aeee828777c6fe481993a1ac (diff) | |
download | pkgsrc-a2a217de0fc25a3a2411c74fd234a7b203cf9d45.tar.gz |
fix typo.
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r-- | math/blas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 0c4413dae2a..bebe90dedd2 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2008/08/12 21:29:11 markd Exp $ +# $NetBSD: Makefile,v 1.26 2008/08/12 21:32:26 markd Exp $ # DISTNAME= blas PKGNAME= blas-1.1 -PKG_REVISION= 1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/blas/ EXTRACT_SUFX= .tgz |