diff options
author | sf <sf@FreeBSD.org> | 2001-09-11 22:56:54 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-11 22:56:54 +0800 |
commit | ae5a49fddfe32d6d7164be4753b9f34d48bdb2df (patch) | |
tree | bea1c13789d799c94d20f046f710e7063d184f57 | |
parent | 53c0d91d37dbe0a4b6783eac68655fc5906a6a58 (diff) | |
download | freebsd-ports-gnome-ae5a49fddfe32d6d7164be4753b9f34d48bdb2df.tar.gz freebsd-ports-gnome-ae5a49fddfe32d6d7164be4753b9f34d48bdb2df.tar.zst freebsd-ports-gnome-ae5a49fddfe32d6d7164be4753b9f34d48bdb2df.zip |
fix package: use MLINKS.
Non-response from: maintainer
-rw-r--r-- | devel/libtar/files/manpages | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/devel/libtar/files/manpages b/devel/libtar/files/manpages index 33012324fbc5..6412bd4e5b88 100644 --- a/devel/libtar/files/manpages +++ b/devel/libtar/files/manpages @@ -11,24 +11,15 @@ libtar_hash_delete.3 \ libtar_hash_insert.3 \ libtar_hash_kill.3 \ libtar_hash_new.3 \ -libtar_hash_read.3 \ -libtar_hash_read_reset.3 \ -libtar_hash_value.3 \ libtar_list_add.3 \ libtar_list_del.3 \ libtar_list_kill.3 \ libtar_list_match.3 \ libtar_list_new.3 \ -libtar_list_read.3 \ -libtar_list_read_reset.3 \ -libtar_list_reverse_read.3 \ -libtar_list_reverse_read_reset.3 \ tar_append_eof.3 \ tar_append_file.3 \ -tar_append_regfile.3 \ tar_append_tree.3 \ tar_block_read.3 \ -tar_block_write.3 \ tar_close.3 \ tar_extract_all.3 \ tar_extract_blockdev.3 \ @@ -36,15 +27,9 @@ tar_extract_chardev.3 \ tar_extract_dir.3 \ tar_extract_fifo.3 \ tar_extract_file.3 \ -tar_extract_glob.3 \ -tar_extract_hardlink.3 \ -tar_extract_regfile.3 \ -tar_extract_symlink.3 \ tar_fd.3 \ tar_fdopen.3 \ tar_open.3 \ -tar_set_file_perms.3 \ -tar_skip_regfile.3 \ th_finish.3 \ th_get_crc.3 \ th_get_devmajor.3 \ @@ -54,17 +39,32 @@ th_get_linkname.3 \ th_get_mode.3 \ th_get_mtime.3 \ th_get_pathname.3 \ -th_get_size.3 \ -th_get_uid.3 \ th_print.3 \ th_print_long_ls.3 \ th_read.3 \ th_set_device.3 \ -th_set_from_stat.3 \ -th_set_group.3 \ -th_set_link.3 \ -th_set_mode.3 \ -th_set_path.3 \ -th_set_type.3 \ -th_set_user.3 \ -th_write.3 +th_set_from_stat.3 +MLINKS= tar_append_file.3 tar_append_regfile.3 \ +tar_block_read.3 tar_block_write.3 \ +th_read.3 th_write.3 \ +th_set_from_stat.3 th_set_group.3 \ +th_set_from_stat.3 th_set_link.3 \ +th_set_from_stat.3 th_set_mode.3 \ +th_set_from_stat.3 th_set_path.3 \ +th_set_from_stat.3 th_set_type.3 \ +th_set_from_stat.3 th_set_user.3 \ +tar_extract_file.3 tar_extract_hardlink.3 \ +tar_extract_file.3 tar_extract_regfile.3 \ +tar_extract_file.3 tar_extract_symlink.3 \ +tar_extract_file.3 tar_skip_regfile.3 \ +tar_extract_file.3 tar_set_file_perms.3 \ +th_get_pathname.3 th_get_size.3 \ +th_get_pathname.3 th_get_uid.3 \ +tar_extract_all.3 tar_extract_glob.3 \ +libtar_hash_new.3 libtar_hash_read.3 \ +libtar_hash_new.3 libtar_hash_read_reset.3 \ +libtar_hash_new.3 libtar_hash_value.3 \ +libtar_list_new.3 libtar_list_read.3 \ +libtar_list_new.3 libtar_list_read_reset.3 \ +libtar_list_new.3 libtar_list_reverse_read.3 \ +libtar_list_new.3 libtar_list_reverse_read_reset.3 |