diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 13:35:40 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 13:35:40 +0000 |
commit | caedea32b1be72e7b85c4ca91f3ad79220129cf2 (patch) | |
tree | ab76cd37b2ae1fa85db0d6088c582a96d16a2844 /math/linpack | |
parent | 7747e70a61258f05b9ec03fb6cb627b8c4385ce9 (diff) | |
download | ports-caedea32b1be72e7b85c4ca91f3ad79220129cf2.tar.gz ports-caedea32b1be72e7b85c4ca91f3ad79220129cf2.zip |
Notes
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 e033f9abb389..bbc79b15f3a0 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,13 +3,14 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:19:04 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:30:13 asami Exp $ # DISTNAME= linpack PKGNAME= linpack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/linpack/ .if defined(MASTER_SITE_OVERRIDE) MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/ |