diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
commit | e34d788c225e357cb23f47954be75e15cf37a635 (patch) | |
tree | e0220cbb13db9aaea63e44542c5968dbebbc8305 /misc/team | |
parent | 25c1b1ab740bc45f51c286a501be2a5bf0a5578e (diff) | |
download | ports-e34d788c225e357cb23f47954be75e15cf37a635.tar.gz ports-e34d788c225e357cb23f47954be75e15cf37a635.zip |
Change "utilities" category to "misc" in preparation for move to misc.
Notes
Notes:
svn path=/head/; revision=2466
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 1e387d3a7551..949edab490ef 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 |