diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 03:10:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 03:10:26 +0000 |
commit | 9805b8366b2d515c046677b0155b8bbbc302b626 (patch) | |
tree | dc745254ef1f1dae4a8c35e5448d0a4541888303 /net | |
parent | d01669be9d1dddac0f57aa7498a5513323a51b7f (diff) | |
download | ports-9805b8366b2d515c046677b0155b8bbbc302b626.tar.gz ports-9805b8366b2d515c046677b0155b8bbbc302b626.zip |
Add missing manpages and headers
Notes
Notes:
svn path=/head/; revision=76083
Diffstat (limited to 'net')
-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 |