diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-04 04:35:21 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-04 04:35:21 +0800 |
commit | 695a0c5de01325a062d29a83912a5d9786f79ea0 (patch) | |
tree | 046656d6aeead902ca5146e841277efac9147576 /net | |
parent | 3b45b49b344f4062959b65280283ca56fd4f1fd1 (diff) | |
download | freebsd-ports-gnome-695a0c5de01325a062d29a83912a5d9786f79ea0.tar.gz freebsd-ports-gnome-695a0c5de01325a062d29a83912a5d9786f79ea0.tar.zst freebsd-ports-gnome-695a0c5de01325a062d29a83912a5d9786f79ea0.zip |
add missing man page in PLIST
Submitted by: bento log
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 3760ef691821..568181e5d0b2 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -38,6 +38,7 @@ MAN3= Apache::SOAP.3 \ SOAP::Transport::TCP.3 \ UDDI::Lite.3 \ XML::Parser::Lite.3 \ - XMLRPC::Lite.3 + XMLRPC::Lite.3 \ + XMLRPC::Transport::HTTP.3 .include <bsd.port.mk> |