diff options
author | kris <kris@FreeBSD.org> | 2003-02-22 11:10:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-22 11:10:26 +0800 |
commit | af0a7a4f2dc02ba5ac5e037f58c428b3459a139c (patch) | |
tree | 5f607af0db1a978e7e657f0242a0a82ec060fdb5 /net/netwib | |
parent | 8d5e817c34b827fab6470f9011346045559a8eef (diff) | |
download | freebsd-ports-gnome-af0a7a4f2dc02ba5ac5e037f58c428b3459a139c.tar.gz freebsd-ports-gnome-af0a7a4f2dc02ba5ac5e037f58c428b3459a139c.tar.zst freebsd-ports-gnome-af0a7a4f2dc02ba5ac5e037f58c428b3459a139c.zip |
Add missing manpages and headers
Diffstat (limited to 'net/netwib')
-rw-r--r-- | net/netwib/Makefile | 3 | ||||
-rw-r--r-- | net/netwib/pkg-plist | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile index 8c434c09152c..4e4030b11a0a 100644 --- a/net/netwib/Makefile +++ b/net/netwib/Makefile @@ -24,7 +24,8 @@ MAN3= lcrzo.3 lcrzo_address.3 lcrzo_conf.3 lcrzo_data.3 lcrzo_device.3 \ lcrzo_icmp.3 lcrzo_ipc.3 lcrzo_ipopt.3 lcrzo_list.3 lcrzo_misc.3 \ lcrzo_obso.3 lcrzo_packet.3 lcrzo_print.3 lcrzo_process.3 \ lcrzo_record.3 lcrzo_sniff.3 lcrzo_sock.3 lcrzo_spoof.3 \ - lcrzo_string.3 lcrzo_tcpopt.3 lcrzo_time.3 lcrzo_types.3 lcrzo_wait.3 + lcrzo_string.3 lcrzo_tcpopt.3 lcrzo_time.3 lcrzo_types.3 lcrzo_wait.3 \ + lcrzo_fd2.3 lcrzo_winhandle.3 lcrzo_kbd.3 post-patch: cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake diff --git a/net/netwib/pkg-plist b/net/netwib/pkg-plist index 5a817aa8cf94..f2b2995e7bb2 100644 --- a/net/netwib/pkg-plist +++ b/net/netwib/pkg-plist @@ -1,17 +1,20 @@ bin/lcrzo-config include/lcrzo.h -include/lcrzo_defs.h include/lcrzo_address.h include/lcrzo_conf.h include/lcrzo_data.h +include/lcrzo_debugdefs.h +include/lcrzo_defs.h include/lcrzo_device.h include/lcrzo_error.h +include/lcrzo_fd2.h include/lcrzo_file.h include/lcrzo_global.h include/lcrzo_header.h include/lcrzo_icmp.h include/lcrzo_ipc.h include/lcrzo_ipopt.h +include/lcrzo_kbd.h include/lcrzo_list.h include/lcrzo_misc.h include/lcrzo_obso.h @@ -27,4 +30,5 @@ include/lcrzo_tcpopt.h include/lcrzo_time.h include/lcrzo_types.h include/lcrzo_wait.h +include/lcrzo_winhandle.h lib/liblcrzo.a |