diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-05 01:58:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-05 01:58:40 +0000 |
commit | d0cbe4fcbd74d112618d06ccab6fe91cf7cb6825 (patch) | |
tree | ee3c5640483c90b1830e105252f5568e6ebe5621 /archivers/plzip | |
parent | a6ab1b4043909d94cbb14c4263152990d83185eb (diff) | |
download | ports-d0cbe4fcbd74d112618d06ccab6fe91cf7cb6825.tar.gz ports-d0cbe4fcbd74d112618d06ccab6fe91cf7cb6825.zip |
Notes
Diffstat (limited to 'archivers/plzip')
-rw-r--r-- | archivers/plzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/plzip/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile index ae044b04056e..2e79b7206b71 100644 --- a/archivers/plzip/Makefile +++ b/archivers/plzip/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= delphij@FreeBSD.org -COMMENT= Is a parallel, lossless data compressor based on the LZMA algorithm +COMMENT= Parallel, lossless data compressor based on the LZMA algorithm BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib diff --git a/archivers/plzip/pkg-descr b/archivers/plzip/pkg-descr index 4b6566ff2df5..ac12124843ba 100644 --- a/archivers/plzip/pkg-descr +++ b/archivers/plzip/pkg-descr @@ -5,5 +5,3 @@ Plzip uses the lzip file format; the files produced by plzip are fully compatible with lzip-1.4 or newer. WWW: http://www.nongnu.org/lzip/plzip.html - -Albert Vernon <f3cun3c02@sneakemail.com> |