diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /archivers/unzoo | |
parent | fde362579641ddf717c0f67041e6f3360e2fad61 (diff) |
Notes
Diffstat (limited to 'archivers/unzoo')
-rw-r--r-- | archivers/unzoo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |