diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-03 02:22:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-03 02:22:33 +0000 |
commit | 4b4356397f6a31c6c24a58e11c573bf7fe861380 (patch) | |
tree | 1e1ffb85e6df58b12e90e2d9044f31525aed2f36 /math | |
parent | 67d6bc64224a73988ae249375ab34953754a9286 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/blas/Makefile | 3 | ||||
-rw-r--r-- | math/fudgit/Makefile | 3 | ||||
-rw-r--r-- | math/xgraph/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index c35745303a1c..3edd692ed137 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,11 +3,12 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:18:39 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:29:56 asami Exp $ # DISTNAME= blas PKGNAME= blas-1.0 +CATEGORIES= math DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile index d96380f4e059..a01160d04628 100644 --- a/math/fudgit/Makefile +++ b/math/fudgit/Makefile @@ -3,11 +3,12 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/11 02:00:55 jmz Exp $ +# $Id: Makefile,v 1.5 1995/04/22 11:30:07 asami Exp $ # DISTNAME= Fudgit_2.41 PKGNAME= Fudgit-2.41 +CATEGORIES= math MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/ DISTFILES= fudgit_2.41.tar.gz diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 7fb441e60225..9b5b5e9c59fa 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -3,11 +3,12 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/03/24 11:10:25 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 01:19:12 asami Exp $ # DISTNAME= xgraph-11 PKGNAME= xgraph-11.3.2 +CATEGORIES= math printing MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/Xclients.local/ EXTRACT_SUFX= .tar.Z |