diff options
author | dillo <dillo@pkgsrc.org> | 2008-05-06 09:54:33 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-05-06 09:54:33 +0000 |
commit | 996569f9cc57582bfe833dba10e227dc5ca0aa74 (patch) | |
tree | 3feeab6ed10f0b3f8c9a5e580f8f5b6eaf442b1e | |
parent | b0aa4c8d0bdcea895a586d5a97183ca9b0108963 (diff) | |
download | pkgsrc-996569f9cc57582bfe833dba10e227dc5ca0aa74.tar.gz |
Add and enable torrentzip (noted by wiz)
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 6e823d63fcf..72281eb305b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2008/04/25 07:50:13 kefren Exp $ +# $NetBSD: Makefile,v 1.104 2008/05/06 09:54:33 dillo Exp $ # COMMENT= Archivers @@ -69,6 +69,7 @@ SUBDIR+= squsq SUBDIR+= star SUBDIR+= stuffit SUBDIR+= szip +SUBDIR+= torrentzip SUBDIR+= unace SUBDIR+= unace-bin SUBDIR+= unalz |