diff options
author | greid <greid@FreeBSD.org> | 2001-04-26 19:50:01 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-04-26 19:50:01 +0800 |
commit | c97434d6e98cd3dc8962148e6f9bf49c5c1e4785 (patch) | |
tree | ee26d7c0d79a686b1c17cef69835fd176e44d64b /devel/libtar | |
parent | 40a289e69d0679267189a981060427281b823a6a (diff) | |
download | freebsd-ports-gnome-c97434d6e98cd3dc8962148e6f9bf49c5c1e4785.tar.gz freebsd-ports-gnome-c97434d6e98cd3dc8962148e6f9bf49c5c1e4785.tar.zst freebsd-ports-gnome-c97434d6e98cd3dc8962148e6f9bf49c5c1e4785.zip |
Add missing manpages to files/manpages.
Submitted by: bento
Diffstat (limited to 'devel/libtar')
-rw-r--r-- | devel/libtar/Makefile | 2 | ||||
-rw-r--r-- | devel/libtar/files/manpages | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index d40a7bf64f4c..23f8ac7eac81 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@FreeBSD.org GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/libtar/files/manpages b/devel/libtar/files/manpages index c1f9d123695e..33012324fbc5 100644 --- a/devel/libtar/files/manpages +++ b/devel/libtar/files/manpages @@ -10,6 +10,7 @@ TH_ISSYM.3 \ 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 \ @@ -17,25 +18,31 @@ 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 \ 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 \ @@ -46,10 +53,14 @@ th_get_gid.3 \ 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 \ |