diff options
author | ache <ache@FreeBSD.org> | 2003-09-30 13:28:09 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-09-30 13:28:09 +0000 |
commit | dac37157a0f8ab7628d1661c1f1b56cedc159eea (patch) | |
tree | be4e0a0d93c5c135eae525d81f054ca1a3f880dd /archivers/lha | |
parent | 222f99ad5664a5b2cbd7f203105e92bc6c29b742 (diff) | |
download | FreeBSD-ports-dac37157a0f8ab7628d1661c1f1b56cedc159eea.zip FreeBSD-ports-dac37157a0f8ab7628d1661c1f1b56cedc159eea.tar.gz |
Fix comment info about compression.
Drop maintainership, I don't understand Japanese.
PR: 57392
Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index d627f5d..0db719e 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -7,13 +7,13 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} -MAINTAINER= ache@FreeBSD.org -COMMENT= Archive files using LZW compression (.lzh files) +MAINTAINER= ports@FreeBSD.org +COMMENT= Archive files using LZSS and Huffman compression (.lzh files) MAN1= lha.1 MANLANG= ja |