diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-10-21 17:13:16 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-10-21 17:13:16 +0000 |
commit | 8117edbda37c2abb9b2da478f64d722609745502 (patch) | |
tree | a178b08e876a178e3a74bd8278e24c505c4465dd /archivers/dzip | |
parent | f33d85e33325302f2a0926e89498032af50d3343 (diff) |
Notes
Diffstat (limited to 'archivers/dzip')
-rw-r--r-- | archivers/dzip/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile index 1953647cd4ab..946126442184 100644 --- a/archivers/dzip/Makefile +++ b/archivers/dzip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Dzip -# Date created: 08 May 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dzip PORTVERSION= 2.9 @@ -11,9 +7,11 @@ CATEGORIES= archivers MASTER_SITES= http://speeddemosarchive.com/dzip/ DISTNAME= dz${PORTVERSION:S/.//g}src -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= File compression utility specializing in Quake demo compression +LICENSE= ZLIB + USE_ZIP= yes USE_DOS2UNIX= yes |