diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-05-25 21:59:26 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-05-25 21:59:26 +0000 |
commit | bb0b1eb0742917982d0ebce650432133646e4157 (patch) | |
tree | 1c5514e4cd94e21c85f263cd18dec5510bf329f9 /archivers/lrzip/Makefile | |
parent | 6d41d0f81ea12a3475eac1dd0d40dec6f4f0fe39 (diff) | |
download | ports-bb0b1eb0742917982d0ebce650432133646e4157.tar.gz ports-bb0b1eb0742917982d0ebce650432133646e4157.zip |
Update to 0.605.
Submitted by: maintainer
PR: ports/156882
Notes
Notes:
svn path=/head/; revision=274657
Diffstat (limited to 'archivers/lrzip/Makefile')
-rw-r--r-- | archivers/lrzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index a79b1215dd18..9f1890b3162a 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lrzip -PORTVERSION= 0.601 +PORTVERSION= 0.605 CATEGORIES= archivers MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \ http://files.gslin.org/Software/ @@ -27,6 +27,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes MAN1= lrunzip.1 \ + lrzcat.1 \ lrzip.1 \ lrztar.1 \ lrzuntar.1 |