diff options
author | asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
commit | f78f383c549c042bdb059f9a7a87b80980b11d30 (patch) | |
tree | 1fad2ad21182b822cc1909e5389435183a752f98 /math/linpack | |
parent | 3e4910c7c4e8b11131d2c07ab62292f308930c81 (diff) | |
download | FreeBSD-ports-f78f383c549c042bdb059f9a7a87b80980b11d30.zip FreeBSD-ports-f78f383c549c042bdb059f9a7a87b80980b11d30.tar.gz |
I was going to convert the math Makefiles according to the new
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index e112e1d..e033f9a 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,10 +3,11 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id$ +# $Id: Makefile,v 1.5 1995/04/11 01:19:04 asami Exp $ # DISTNAME= linpack +PKGNAME= linpack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} MASTER_SITES= ftp://netlib.att.com/netlib/linpack/ |