diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-28 07:07:56 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-28 07:07:56 +0800 |
commit | b29bd7d38ec9181ea8a7369f41fe62c7165ae98a (patch) | |
tree | 45d1274277bbdab8918460271655047f3afe9b9f /archivers/Makefile | |
parent | 8637f28c41efaaf3c89340730c8c6fce9892c25d (diff) | |
download | freebsd-ports-gnome-b29bd7d38ec9181ea8a7369f41fe62c7165ae98a.tar.gz freebsd-ports-gnome-b29bd7d38ec9181ea8a7369f41fe62c7165ae98a.tar.zst freebsd-ports-gnome-b29bd7d38ec9181ea8a7369f41fe62c7165ae98a.zip |
Xarchiver is a Desktop Environment independent archiver frontend.
All common archive types are supported. RPM and ISO are handled without
rpm or isodump executables.
PR: 122149
Submitted by: Andreev Maxim <andreevmaxim@gmail.com>
Approved by: miwi (mentor)
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index ed6dad93a228..1f60f990a826 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -154,6 +154,7 @@ SUBDIR += wzip SUBDIR += xar SUBDIR += xarchive + SUBDIR += xarchiver SUBDIR += xdms SUBDIR += xmill SUBDIR += xpk |