diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
commit | fc84a926f5531150469a65e6cfd4ae40c88a4aca (patch) | |
tree | 04f5b7d3d188da46fe1e03896c93e31c4a740aeb /math/linpack | |
parent | 91f14a89e47ba76c5731ba2461f6361afa280c15 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=1483
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 e112e1d5d4bd..e033f9abb389 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/ |