diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 6e0154650fb4..919b076a8626 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -1,16 +1,16 @@ # Created by: Alfred Perlstein <alfred@FreeBSD.org> # $FreeBSD$ -PORTNAME= insub +PORTNAME= insub PORTVERSION= 16.0 -CATEGORIES= irc +CATEGORIES= irc MASTER_SITES= http://github.com/cjones/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/ -MAINTAINER= adamw@FreeBSD.org -COMMENT= Some scripts for expressing how you feel on IRC and the web +MAINTAINER= adamw@FreeBSD.org +COMMENT= Some scripts for expressing how you feel on IRC and the web RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ - figlet:${PORTSDIR}/misc/figlet + figlet:${PORTSDIR}/misc/figlet USES= perl5 USE_PERL5= run @@ -18,7 +18,7 @@ USE_PYTHON= 2.5+ OPTIONS_DEFINE= COWS OPTIONS_DEFAULT=COWS -COWS_DESC= Install a collection of cowsay(1) cows +COWS_DESC= Install a collection of cowsay(1) cows OPTIONS_SUB= yes NO_BUILD= yes |