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/oleo | |
parent | Upgrade. (diff) |
Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
Notes
Notes:
svn path=/head/; revision=1545
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index fa22d59b5d2c..7323d8587dc5 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,10 +3,11 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.4 1995/04/11 01:19:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/22 11:30:15 asami Exp $ # DISTNAME= oleo-1.6 +CATEGORIES+= math applications MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXTRACT_SUFX= .tar.gz |