diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-09-30 13:28:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-09-30 13:28:09 +0000 |
commit | 7520b471173b2e424435851da82c7e504c4c1106 (patch) | |
tree | 0f104d5f57f9c17937e50fa313f178c9412e4f82 /archivers | |
parent | 3d1a27e9305d196e1eab75ce101e25045f915a38 (diff) | |
download | ports-7520b471173b2e424435851da82c7e504c4c1106.tar.gz ports-7520b471173b2e424435851da82c7e504c4c1106.zip |
Notes
Diffstat (limited to 'archivers')
-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 d627f5d12273..0db719e93ac8 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 |