diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-10-24 07:52:54 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-10-24 07:52:54 +0000 |
commit | aa19f2ddab619263d2f708058a3c78aeae976f1f (patch) | |
tree | f48b0428a4ef303e6a729e10529d030c1711fe0a | |
parent | 8e74f9038118fd117e6411f3a5c25627cf0083ba (diff) | |
download | pkgsrc-aa19f2ddab619263d2f708058a3c78aeae976f1f.tar.gz |
Add plzip.
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 921b0da24e8..f91ce7427c6 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.193 2022/10/24 07:50:29 fcambus Exp $ +# $NetBSD: Makefile,v 1.194 2022/10/24 07:52:54 fcambus Exp $ # COMMENT= Archivers and compression tools @@ -97,6 +97,7 @@ SUBDIR+= php-zip SUBDIR+= php-zlib SUBDIR+= pigz SUBDIR+= pixz +SUBDIR+= plzip SUBDIR+= ppmd SUBDIR+= ppunpack SUBDIR+= pxz |