diff options
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 |