diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-27 23:07:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-27 23:07:56 +0000 |
commit | d8db397d9ce18fa85bc6c95d1a0efb5994125a98 (patch) | |
tree | b3f4e7e9d85584913641ac973d19369c3dec006a /archivers/Makefile | |
parent | 7f1a7b52d5ea03ad79406b05dee0cccfa7537422 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=209971
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 |