diff options
author | danfe <danfe@FreeBSD.org> | 2012-12-18 15:57:31 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-12-18 15:57:31 +0800 |
commit | 08a8eaa316663889c0652bd011b4fce779fb0f31 (patch) | |
tree | 3b34a790743d501df42bd56a9dd54de3486de358 /archivers/libzip | |
parent | 4032dc4bca10578fd36a815a9a7fb593316b507b (diff) | |
download | freebsd-ports-gnome-08a8eaa316663889c0652bd011b4fce779fb0f31.tar.gz freebsd-ports-gnome-08a8eaa316663889c0652bd011b4fce779fb0f31.tar.zst freebsd-ports-gnome-08a8eaa316663889c0652bd011b4fce779fb0f31.zip |
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
Diffstat (limited to 'archivers/libzip')
-rw-r--r-- | archivers/libzip/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 2ec37d28251c..596e18a3dea3 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libzip -# Date created: 2006-03-20 -# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru> -# +# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru> # $FreeBSD$ -# PORTNAME= libzip PORTVERSION= 0.10.1 @@ -11,7 +7,7 @@ CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ MAINTAINER= makc@FreeBSD.org -COMMENT= A C library for reading, creating, and modifying zip archives +COMMENT= C library for reading, creating, and modifying ZIP archives USE_BZIP2= yes GNU_CONFIGURE= yes |