aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-08 12:08:09 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-08 12:08:09 +0000
commit4fa7e5a3a0d2b4852ecea63b4a38de1554845c84 (patch)
tree8331e341bb0e0ad83a2414f1c2924b8ca5b3f2b3 /archivers/Makefile
parent40c925016b9f7123fa14973d472370c3773df803 (diff)
downloadports-4fa7e5a3a0d2b4852ecea63b4a38de1554845c84.tar.gz
ports-4fa7e5a3a0d2b4852ecea63b4a38de1554845c84.zip
Add gzrecover.
Gzrecover attempts to skip over bad data in a gzip archive. It will try to to skip over bad data and extract whatever files might be there. WWW: http://www.urbanophile.com/arenn/hacking/gzrt/ PR: ports/81840 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=137046
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 2efeb6d938d8..65bf90ac0d07 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -23,6 +23,7 @@
SUBDIR += freeze
SUBDIR += gtar
SUBDIR += gzip
+ SUBDIR += gzrecover
SUBDIR += ha
SUBDIR += hffzip
SUBDIR += hpack.non-usa.only