diff options
author | cs <cs@FreeBSD.org> | 2012-07-28 23:57:55 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-28 23:57:55 +0800 |
commit | 6d1c1e231f9b2ca698266a7023ee9e44423e55a4 (patch) | |
tree | 0e6c0728504c7740f94b6bf02b1253d62f1880d6 /irc | |
parent | 9b2694d561c71bd2610d53853b2d473f35d05718 (diff) | |
download | freebsd-ports-gnome-6d1c1e231f9b2ca698266a7023ee9e44423e55a4.tar.gz freebsd-ports-gnome-6d1c1e231f9b2ca698266a7023ee9e44423e55a4.tar.zst freebsd-ports-gnome-6d1c1e231f9b2ca698266a7023ee9e44423e55a4.zip |
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bopm/Makefile | 2 | ||||
-rw-r--r-- | irc/dancer/Makefile | 2 | ||||
-rw-r--r-- | irc/qwebirc/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile index 46b477730217..869b3655cc9b 100644 --- a/irc/bopm/Makefile +++ b/irc/bopm/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \ ftp://rusunix.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= Open proxy and DNSBL monitor, designed for use with ircds +COMMENT= Open proxy and DNSBL monitor designed for use with ircds LOGDIR= /var/log/${PORTNAME} diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile index 3ca4eba81952..30ed8b2a77e6 100644 --- a/irc/dancer/Makefile +++ b/irc/dancer/Makefile @@ -12,7 +12,7 @@ CATEGORIES= irc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An IRC bot written in C for UNIX, Windows, and AmigaOS +COMMENT= IRC bot written in C for UNIX, Windows, and AmigaOS PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile index a905d2647edb..8a26deb5d192 100644 --- a/irc/qwebirc/Makefile +++ b/irc/qwebirc/Makefile @@ -14,7 +14,7 @@ DISTNAME= stable EXTRACT_SUFX= .gz MAINTAINER= tabmow@freenode.net -COMMENT= Qwebirc is a fast, easy to use, free and open source Web IRC client +COMMENT= Fast, easy to use, free, and open source web IRC client WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 7f3431bc3889..d150ac2e7b1c 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER?= ports@FreeBSD.org -COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME +COMMENT= X11 IRC client using the GTK+ toolkit, and optionally, GNOME # This port has a slave port japanese/xchat. Do not carelessly overwrite # the variables or the targets defined in it. When you need to, please |