diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-15 21:17:55 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-15 21:17:55 +0000 |
commit | a89e597e28e95fdab83d7e4c7b8bc2d98d7cf213 (patch) | |
tree | 7019a77baa79555c33645d00f4863644654ef402 | |
parent | d224a88854c4f0aa994abad28b33e0752a7a132f (diff) | |
download | FreeBSD-ports-a89e597e28e95fdab83d7e4c7b8bc2d98d7cf213.zip FreeBSD-ports-a89e597e28e95fdab83d7e4c7b8bc2d98d7cf213.tar.gz |
Clean up some COMMENTs
-rw-r--r-- | chinese/fortunetw/Makefile | 2 | ||||
-rw-r--r-- | devel/adime/Makefile | 2 | ||||
-rw-r--r-- | devel/prototype/Makefile | 2 | ||||
-rw-r--r-- | games/asc/Makefile | 2 | ||||
-rw-r--r-- | irc/darkbot/Makefile | 2 | ||||
-rw-r--r-- | japanese/ng-canna/Makefile | 2 | ||||
-rw-r--r-- | java/jikes/Makefile | 2 | ||||
-rw-r--r-- | multimedia/oqtplayer/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/jigdo/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/chinese/fortunetw/Makefile b/chinese/fortunetw/Makefile index 883537a..d1f7dc4 100644 --- a/chinese/fortunetw/Makefile +++ b/chinese/fortunetw/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/chinsan \ DISTNAME= zh-fortunetw-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A very classic fortune file in Taiwan +COMMENT= Classic fortune file in Taiwan NO_BUILD= yes diff --git a/devel/adime/Makefile b/devel/adime/Makefile index f1a04ef..f2bfc43 100644 --- a/devel/adime/Makefile +++ b/devel/adime/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Generate Allegro dialogs in a very simple way +COMMENT= Generate Allegro dialogs in a simple way LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro diff --git a/devel/prototype/Makefile b/devel/prototype/Makefile index a56ab75..6bfce78 100644 --- a/devel/prototype/Makefile +++ b/devel/prototype/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://carlo17.home.xs4all.nl/prototype/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= Prototype Makefiles allows very fast project start ups +COMMENT= Prototype Makefiles allows fast project start ups GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/games/asc/Makefile b/games/asc/Makefile index b291d0f..fa88b7a 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= A turn based, multiplayer strategic game with very nice graphics +COMMENT= Turn based, multiplayer strategic game with nice graphics LICENSE= GPLv2 diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile index 46425ac..2b2fbff 100644 --- a/irc/darkbot/Makefile +++ b/irc/darkbot/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://darkbot.sourceforge.net/archive/unix/ \ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} MAINTAINER= ports@FreeBSD.org -COMMENT= IRC talking bot with a very fast algorithm for its database +COMMENT= IRC talking bot with a fast algorithm for its database SUB_FILES= pkg-message diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile index 5262414..468b2d4 100644 --- a/japanese/ng-canna/Makefile +++ b/japanese/ng-canna/Makefile @@ -4,7 +4,7 @@ PKGNAMESUFFIX= -canna MAINTAINER= ports@FreeBSD.org -COMMENT= A very lightweight Emacs-clone with Japanese and Canna support +COMMENT= Lightweight Emacs-clone with Japanese and Canna support MASTERDIR= ${.CURDIR}/../ng diff --git a/java/jikes/Makefile b/java/jikes/Makefile index 0114c7b..313fc88 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -8,7 +8,7 @@ CATEGORIES= java MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A very fast Java source to byte-code compiler made available by IBM +COMMENT= Java source to byte-code compiler made available by IBM MAN1= jikes.1 diff --git a/multimedia/oqtplayer/Makefile b/multimedia/oqtplayer/Makefile index ba501ec..23fc7c0 100644 --- a/multimedia/oqtplayer/Makefile +++ b/multimedia/oqtplayer/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= Very very small, not functional, video OpenQuicktime (TM) player +COMMENT= Small, not functional, video OpenQuicktime (TM) player LIB_DEPENDS= openquicktime.0:${PORTSDIR}/multimedia/openquicktime diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 30bf8f9..320256d 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net-p2p MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org -COMMENT= Utility used to retrieve very large files over the Internet +COMMENT= Utility used to retrieve large files over the Internet RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget |