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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/fldiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 2 | ||||
-rw-r--r-- | textproc/rtf2html/Makefile | 8 |
3 files changed, 4 insertions, 8 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index a0ad3acfba31..49b5d493ab32 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.easysw.com/~mike/fldiff/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A graphical diff program using FLTK +COMMENT= Graphical diff program using FLTK LICENSE= GPLv2 diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 2de8b1aa7478..58a2db311337 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A package to parse, edit and create multiple vCards (RFC 2426) +COMMENT= Package to parse, edit and create multiple vCards (RFC 2426) BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index b842992a764c..1186c28d2b91 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtf2html -# Date created: 6 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= rtf2html DISTVERSION= 1.1b @@ -11,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A simple rtf2html converter +COMMENT= Simple rtf2html converter MAKE_JOBS_SAFE= yes |