aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /math
parentf777115e0124107b5cef3e52bb4856f321dcd2eb (diff)
downloadports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz
ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'math')
-rw-r--r--math/blas/Makefile4
-rw-r--r--math/calc/Makefile5
-rw-r--r--math/eispack/Makefile4
-rw-r--r--math/hexcalc/Makefile4
-rw-r--r--math/lapack/Makefile4
-rw-r--r--math/linpack/Makefile4
-rw-r--r--math/octave-devel/Makefile4
-rw-r--r--math/octave/Makefile4
-rw-r--r--math/xlispstat/Makefile4
9 files changed, 18 insertions, 19 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 70f1218e7e9f..16d0a643480a 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -3,12 +3,12 @@
# Date created: 27 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.8 1995/06/24 11:40:16 asami Exp $
+# $Id: Makefile,v 1.9 1996/03/10 09:00:53 asami Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://netlib.att.com/netlib/blas/
DIST_SUBDIR= ${DISTNAME}
diff --git a/math/calc/Makefile b/math/calc/Makefile
index c57358b90f26..34e76e0566df 100644
--- a/math/calc/Makefile
+++ b/math/calc/Makefile
@@ -3,17 +3,16 @@
# Date created: 3 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.5 1995/04/16 23:19:07 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/28 13:35:26 jkh Exp $
#
DISTNAME= calc-2.9.3t6
PKGNAME= calc-2.9.3
+CATEGORIES= math
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/
MAINTAINER= jmz@FreeBSD.org
-CATEGORIES+= math
-
pre-install:
@mkdir -p ${PREFIX}/lib/calc/help
@mkdir -p ${PREFIX}/man/man1
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index 3d1316794103..39a1ea20f2e8 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -3,12 +3,12 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.8 1995/06/24 11:40:23 asami Exp $
+# $Id: Makefile,v 1.9 1996/03/10 09:01:00 asami Exp $
#
DISTNAME= eispack
PKGNAME= eispack-1.0
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://netlib.att.com/netlib/eispack/
DIST_SUBDIR= ${DISTNAME}
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile
index d47261369027..fcc27bc87165 100644
--- a/math/hexcalc/Makefile
+++ b/math/hexcalc/Makefile
@@ -3,12 +3,12 @@
# Date created: 5 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.5 1995/04/28 13:35:37 jkh Exp $
+# $Id: Makefile,v 1.6 1996/10/09 03:14:34 asami Exp $
#
DISTNAME= hexcalc
PKGNAME= hexcalc-1.11
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
EXTRACT_SUFX= ..tar.Z
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 89be1300fe78..e7424521a648 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -3,12 +3,12 @@
# Date created: 2 July 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.1.1.1 1996/06/07 15:39:53 jmz Exp $
+# $Id: Makefile,v 1.2 1996/06/10 21:19:55 asami Exp $
#
DISTNAME= LAPACK
PKGNAME= lapack-2.0
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://ftp.netlib.org/lapack/
DISTFILES= lapack.tar.gz manpages.tar.gz
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 3b19cc65477e..e71b53b7d30b 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -3,12 +3,12 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.8 1995/06/24 11:40:37 asami Exp $
+# $Id: Makefile,v 1.9 1996/03/10 09:01:03 asami Exp $
#
DISTNAME= linpack
PKGNAME= linpack-1.0
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://netlib.att.com/netlib/linpack/
DIST_SUBDIR= ${DISTNAME}
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index dab1b5ebedf9..a904f5e6a350 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -3,11 +3,11 @@
# Date created: 26 Apr 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.2 1995/10/04 10:18:49 asami Exp $
+# $Id: Makefile,v 1.3 1996/03/06 08:20:13 asami Exp $
#
DISTNAME= octave-1.1.1
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/
MAINTAINER= ports@FreeBSD.ORG
diff --git a/math/octave/Makefile b/math/octave/Makefile
index dab1b5ebedf9..a904f5e6a350 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,11 +3,11 @@
# Date created: 26 Apr 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.2 1995/10/04 10:18:49 asami Exp $
+# $Id: Makefile,v 1.3 1996/03/06 08:20:13 asami Exp $
#
DISTNAME= octave-1.1.1
-CATEGORIES+= math
+CATEGORIES= math
MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/
MAINTAINER= ports@FreeBSD.ORG
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index 68ee36d90e47..a85a8ba75923 100644
--- a/math/xlispstat/Makefile
+++ b/math/xlispstat/Makefile
@@ -3,12 +3,12 @@
# Date created: Tue Aug 15 17:57:48 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.2 1995/10/28 20:42:42 erich Exp $
+# $Id: Makefile,v 1.3 1995/11/22 13:14:04 asami Exp $
#
DISTNAME= xlispstat-3-44
PKGNAME= xlispstat-3.44
-CATEGORIES+= math lang
+CATEGORIES= math lang
MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/
MAINTAINER= erich@FreeBSD.org