diff options
author | cs <cs@FreeBSD.org> | 2012-07-25 14:32:06 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-25 14:32:06 +0800 |
commit | 5f37dd84911359300a58a785d4ea4bc1d612812a (patch) | |
tree | ac7ed005b2cc3dddde570973d1da7a6213760341 /games | |
parent | c72cc7a3f36bdc8502fd2932570ed6520ca23d03 (diff) | |
download | freebsd-ports-gnome-5f37dd84911359300a58a785d4ea4bc1d612812a.tar.gz freebsd-ports-gnome-5f37dd84911359300a58a785d4ea4bc1d612812a.tar.zst freebsd-ports-gnome-5f37dd84911359300a58a785d4ea4bc1d612812a.zip |
Fix typos in COMMENT
Diffstat (limited to 'games')
-rw-r--r-- | games/black-box/Makefile | 2 | ||||
-rw-r--r-- | games/doom-data/Makefile | 2 | ||||
-rw-r--r-- | games/filters/Makefile | 2 | ||||
-rw-r--r-- | games/rigsofrods/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/black-box/Makefile b/games/black-box/Makefile index fae282dc95e3..69f7cb8b87c8 100644 --- a/games/black-box/Makefile +++ b/games/black-box/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= http://www.linux-games.com/black-box/ MAINTAINER= nemysis@gmx.ch -COMMENT= You can shoot in and watch, where the shot leaves the box +COMMENT= You can shoot in and watch where the shot leaves the box LICENSE= GPLv2 diff --git a/games/doom-data/Makefile b/games/doom-data/Makefile index c4c77ef369eb..643914dec3a9 100644 --- a/games/doom-data/Makefile +++ b/games/doom-data/Makefile @@ -17,7 +17,7 @@ DISTFILES= # DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= Doom data files (Doom, Doom II, Hexen, Heretic and Strife) +COMMENT= Doom data files (Doom, Doom II, Hexen, Heretic, and Strife) USE_BZIP2= yes NO_BUILD= yes diff --git a/games/filters/Makefile b/games/filters/Makefile index 85ae9cafe857..5cc659b381f2 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A collection of filters, including B1FF and the Swedish Chef +COMMENT= A collection of filters, including B1FF, and the Swedish Chef CONFLICTS= talkfilters-* jive-* chef-* kenny-* diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile index 37496c4657fd..2a02f70e8127 100644 --- a/games/rigsofrods/Makefile +++ b/games/rigsofrods/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ EXTRACT_ONLY= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Truck, car, airplane and boat simulator with advanced physics +COMMENT= Truck, car, airplane, and boat simulator with advanced physics LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ freetype.9:${PORTSDIR}/print/freetype2 \ |