diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-06-27 20:04:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-06-27 20:04:51 +0000 |
commit | 1bc10365774db0b34e8cc29e1c867518b296b6f6 (patch) | |
tree | f61284862d07f75ef59c235997f567851466f52e /archivers | |
parent | ce27ca0061ebb24d697f1ac55515c6091608cc65 (diff) | |
download | ports-1bc10365774db0b34e8cc29e1c867518b296b6f6.tar.gz ports-1bc10365774db0b34e8cc29e1c867518b296b6f6.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 1386d85f5184..8cb9339ddbcf 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -31,6 +31,7 @@ MAN3= archive_entry.3 \ archive_read.3 \ archive_util.3 \ archive_write.3 \ + archive_write_disk.3 \ libarchive.3 \ libarchive_internals.3 MAN5= libarchive-formats.5 \ |