diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-03-08 22:00:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-03-08 22:00:30 +0800 |
commit | 6b30aedc20651a0a913a123a5632e2e7b9560bc9 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /misc | |
parent | 93e93124ebb909ccbe0cb35c0ef33593a6088bf7 (diff) | |
download | freebsd-ports-gnome-6b30aedc20651a0a913a123a5632e2e7b9560bc9.tar.gz freebsd-ports-gnome-6b30aedc20651a0a913a123a5632e2e7b9560bc9.tar.zst freebsd-ports-gnome-6b30aedc20651a0a913a123a5632e2e7b9560bc9.zip |
Remove indefinite article from COMMENT
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ree/Makefile | 2 | ||||
-rw-r--r-- | misc/shc/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile index b5cab5ccf45f..519f5e33ce7f 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://gnu.ethz.ch/linuks.mine.nu/ree/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A tool to dump your ROM extensions +COMMENT= Tool to dump your ROM extensions PLIST_FILES= bin/rom-ree bin/fontdump PORTDOCS= readme diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 55dc2a77fad4..310899b84411 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: shc -# Date created: Feb 14, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= shc PORTVERSION= 3.8.9 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ \ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A generic script compiler +COMMENT= Generic script compiler MAKE_JOBS_SAFE= yes |