1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/irc/onis/Makefile
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00

20 lines
391 B
Makefile

# Created by: koji@jet.es
# $FreeBSD$
PORTNAME= onis
PORTVERSION= 0.8.2
CATEGORIES= irc
MASTER_SITES= http://verplant.org/onis/
MAINTAINER= ports@FreeBSD.org
COMMENT= Script that converts IRC logfiles into an HTML statistics page
USES= perl5
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>