diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-07-17 16:57:51 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-07-17 16:57:51 +0800 |
commit | fd091c3e50b3977db49af4b254842a056ea9e77e (patch) | |
tree | c3c7db59ec25cc053624401e8f85e762c1460b28 /ports-mgmt | |
parent | 53104e33b2fb12903a5d57d55e70e96c50b06b1f (diff) | |
download | freebsd-ports-gnome-fd091c3e50b3977db49af4b254842a056ea9e77e.tar.gz freebsd-ports-gnome-fd091c3e50b3977db49af4b254842a056ea9e77e.tar.zst freebsd-ports-gnome-fd091c3e50b3977db49af4b254842a056ea9e77e.zip |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/bpm/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/bxpkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_search/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/porteasy/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portscout/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/bpm/Makefile b/ports-mgmt/bpm/Makefile index 701e0d2fa1b6..19ff8e12d17d 100644 --- a/ports-mgmt/bpm/Makefile +++ b/ports-mgmt/bpm/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.meowfishies.com/code/bpm/ EXTRACT_SUFX= .tgz MAINTAINER= sethk@meowfishies.com -COMMENT= A graphical BSD ports collection manager +COMMENT= Graphical BSD ports collection manager RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \ gnomesu:${PORTSDIR}/security/libgnomesu \ diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile index bf8af7af4c1e..95c7e15e9190 100644 --- a/ports-mgmt/bxpkg/Makefile +++ b/ports-mgmt/bxpkg/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://bxpkg.bsdroot.lv/files/ DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= kpetrikas@gmail.com -COMMENT= bxPKG is a GTK+ based tool to manage binary packages on BSD systems. +COMMENT= GTK+ based tool to manage binary packages on BSD systems USES= pkgconfig USE_XORG= x11 diff --git a/ports-mgmt/pkg_search/Makefile b/ports-mgmt/pkg_search/Makefile index aae2e7d90144..3f17377a0c51 100644 --- a/ports-mgmt/pkg_search/Makefile +++ b/ports-mgmt/pkg_search/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \ LOCAL/chinsan MAINTAINER= schmidtm@mathematik.uni-marburg.de -COMMENT= A nifty script searching the ports database +COMMENT= Nifty script searching the ports database PLIST_FILES= bin/pkg_search man/man1/pkg_search.1.gz diff --git a/ports-mgmt/porteasy/Makefile b/ports-mgmt/porteasy/Makefile index 1c66cf3e6a28..16c355caa271 100644 --- a/ports-mgmt/porteasy/Makefile +++ b/ports-mgmt/porteasy/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= des@FreeBSD.org -COMMENT= A tool for fetching and building ports +COMMENT= Tool for fetching and building ports NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 09d0b6f52184..d30e8461745a 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ http://www.inerd.com/software/${PORTNAME}/ MAINTAINER= shaun@FreeBSD.org -COMMENT= A tool to scan for new versions of FreeBSD ports +COMMENT= Tool to scan for new versions of FreeBSD ports OPTIONS_DEFINE= SQLITE3 DOCS SQLITE3_DESC= Use SQLite backend instead of PostgreSQL |