diff options
author | asami <asami@FreeBSD.org> | 1995-05-03 10:22:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-03 10:22:33 +0800 |
commit | d37ba37f30eb00831595bef37f12c6b57fabf8dc (patch) | |
tree | 6d76461edd05baff17d2f65ffb3ded6982a7cdef /math/blas | |
parent | 1c5bab9b41871a344439edf3bc5fc29d7cb8b784 (diff) | |
download | freebsd-ports-gnome-d37ba37f30eb00831595bef37f12c6b57fabf8dc.tar.gz freebsd-ports-gnome-d37ba37f30eb00831595bef37f12c6b57fabf8dc.tar.zst freebsd-ports-gnome-d37ba37f30eb00831595bef37f12c6b57fabf8dc.zip |
Add more CATEGORIES. packages/orphans is now empty.
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 3 |
1 files changed, 2 insertions, 1 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} |