diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
commit | 3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5 (patch) | |
tree | 894abee342189fe87e465e35996ad3d78c6f9903 /misc/team | |
parent | 914906c0488bded95eb42d72b4a677f0b13f1a3b (diff) | |
download | FreeBSD-ports-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.zip FreeBSD-ports-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.tar.gz |
Change "utilities" category to "misc" in preparation for move to misc.
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 1e387d3..949edab 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -3,11 +3,11 @@ # Date created: 1 July 1995 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1995/07/01 17:57:54 joerg Exp $ +# $Id: Makefile,v 1.2 1995/07/02 01:10:11 asami Exp $ # DISTNAME= team-3.1 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org |