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 /security/tthsum | |
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 'security/tthsum')
-rw-r--r-- | security/tthsum/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 97534a1e8d9b..4110d8ed1b18 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tthsum -# Date created: 25 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= tthsum PORTVERSION= 1.3.1 @@ -13,7 +9,7 @@ MASTER_SITES= http://tthsum.devs.nu/pkg/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A command-line utility for generating and checking TTH message digests +COMMENT= Command-line utility for generating and checking TTH message digests LICENSE= GPLv3 |