1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/mergelog/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

17 lines
297 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= mergelog
PORTVERSION= 4.5
PORTREVISION= 2
CATEGORIES= www textproc
MASTER_SITES= SF
MAINTAINER= tobez@FreeBSD.org
COMMENT= Tool to merge and sort by date http log files
USES= gmake
GNU_CONFIGURE= yes
.include <bsd.port.mk>