Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 19:35:01 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        ports@freebsd.org
Cc:        ozz@FreeBSD.org.ru
Subject:   ports/mail/pflogsumm has incorrect category
Message-ID:  <20010425023501.774EB3E2A@bazooka.unixfreak.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425023501.774EB3E2A>