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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/gzrecover/Makefile | 2 | ||||
-rw-r--r-- | archivers/unzoo/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 3575d0978813..ad9f6da6c61e 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ \ DISTNAME= gzrt-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A gzip recovery toolkit +COMMENT= GZIP recovery toolkit LICENSE= GPLv2 diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 1efc4624697a..9f2ec240781e 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unzoo -# Date created: 20 Jun 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= unzoo PORTVERSION= 4.4 @@ -17,7 +13,7 @@ PATCHFILES= unzoo_4.4-4.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A zoo archive extractor +COMMENT= ZOO archive extractor MAKE_JOBS_SAFE= yes |