From owner-freebsd-ports Tue Apr 24 19:35: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 0782137B424 for ; Tue, 24 Apr 2001 19:35:02 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id 774EB3E2A; Tue, 24 Apr 2001 19:35:01 -0700 (PDT) To: ports@freebsd.org Cc: ozz@FreeBSD.org.ru Subject: ports/mail/pflogsumm has incorrect category Date: Tue, 24 Apr 2001 19:35:01 -0700 From: Dima Dorfman Message-Id: <20010425023501.774EB3E2A@bazooka.unixfreak.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The port of pflogsumm (ports/mail) has the following in its Makefile: CATEGORIES= mail pflogsumm which in turn causes the following warning during the web site build since 'pflogsumm' isn't a valid category: No description found for category: ``pflogsumm''! Please fix me or send an E-Mail to doc@FreeBSD.org (N.B.: this is a warning; it's not critical, but please fix it anyway) The obvious patch follows. Thanks, Dima Dorfman dima@unixfreak.org Index: Makefile =================================================================== RCS file: /st/src/FreeBSD/ports/mail/pflogsumm/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/04/17 17:32:15 1.1 +++ Makefile 2001/04/25 02:30:35 @@ -7,7 +7,7 @@ PORTNAME= pflogsumm PORTVERSION= 20000916.01 -CATEGORIES= mail pflogsumm +CATEGORIES= mail MASTER_SITES= http://jimsun.LinxNet.com/downloads/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message