diff options
author | asami <asami@FreeBSD.org> | 1995-07-02 01:10:11 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-02 01:10:11 +0000 |
commit | 36af0278daf10765fa1fe62bbc6bfa1d2f7ba890 (patch) | |
tree | c9fb6434d4fbd218f8d3014617d41bd365057f94 /misc/team | |
parent | d5c4c34873d5f6d60d46c786888d4ec9b7b13ec2 (diff) | |
download | FreeBSD-ports-36af0278daf10765fa1fe62bbc6bfa1d2f7ba890.zip FreeBSD-ports-36af0278daf10765fa1fe62bbc6bfa1d2f7ba890.tar.gz |
Name of category is "utilities", not "utils"! ;)
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 92016b0..1e387d3 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -3,12 +3,12 @@ # Date created: 1 July 1995 # Whom: joerg # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/01 17:57:54 joerg Exp $ # DISTNAME= team-3.1 +CATEGORIES+= utilities MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ -CATEGORIES+= utils MAINTAINER= joerg@FreeBSD.org |