mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
20 lines
391 B
Makefile
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>
|