diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /irc/onis | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'irc/onis')
-rw-r--r-- | irc/onis/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/onis/Makefile b/irc/onis/Makefile index f2548ea2ce5f..b7c4bd4aec4a 100644 --- a/irc/onis/Makefile +++ b/irc/onis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: onis -# Date created: 29 March 2003 -# Whom: koji@jet.es -# +# Created by: koji@jet.es # $FreeBSD$ -# PORTNAME= onis PORTVERSION= 0.8.2 @@ -13,8 +9,8 @@ MASTER_SITES= http://verplant.org/onis/ MAINTAINER= ports@FreeBSD.org COMMENT= A script that converts IRC logfiles into an HTML statistics page +USES= perl5 NO_BUILD= YES -USE_PERL5= YES do-install: @if [ ! -d ${DATADIR} ]; then \ |