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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/rubygem-sys-host/Makefile | 2 | ||||
-rw-r--r-- | sysutils/skill/Makefile | 2 | ||||
-rw-r--r-- | sysutils/whatpix/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/rubygem-sys-host/Makefile b/sysutils/rubygem-sys-host/Makefile index 25d3d164159d..20ea4600a207 100644 --- a/sysutils/rubygem-sys-host/Makefile +++ b/sysutils/rubygem-sys-host/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com -COMMENT= Provides hostname, ip address, and other information for a given host +COMMENT= Provides hostname, IP address, and other information for a given host USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 33bf4a47ecc1..9e78fa56ce3f 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.flux.utah.edu/pub/skill/ \ EXTRACT_SUFX= .tgz MAINTAINER= jonny@jonny.eng.br -COMMENT= SuperKILL, kill or renice processes by pid, name, tty or uid +COMMENT= SuperKILL, kill, or renice processes by pid, name, tty, or uid MAN1= skill.1 MLINKS= skill.1 snice.1 diff --git a/sysutils/whatpix/Makefile b/sysutils/whatpix/Makefile index 9082426c5772..9183954d523e 100644 --- a/sysutils/whatpix/Makefile +++ b/sysutils/whatpix/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://whatpix.sourceforge.net/download/ MAINTAINER= pcasidy@casidy.com -COMMENT= Perl console application which finds, moves or deletes duplicate files +COMMENT= Perl console application which finds, moves, or deletes duplicate files RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 |