1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/irc/onis/Makefile
Dmitry Marakasov 920eac71f0 - Don't install empty directory
- Add NO_ARCH
2015-06-07 16:53:25 +00:00

21 lines
404 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
NO_ARCH= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>