diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-03 20:35:21 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-03 20:35:21 +0000 |
commit | 695a0c5de01325a062d29a83912a5d9786f79ea0 (patch) | |
tree | 046656d6aeead902ca5146e841277efac9147576 /net/p5-SOAP-Lite | |
parent | 3b45b49b344f4062959b65280283ca56fd4f1fd1 (diff) | |
download | FreeBSD-ports-695a0c5de01325a062d29a83912a5d9786f79ea0.zip FreeBSD-ports-695a0c5de01325a062d29a83912a5d9786f79ea0.tar.gz |
add missing man page in PLIST
Submitted by: bento log
Diffstat (limited to 'net/p5-SOAP-Lite')
-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 3760ef6..568181e 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> |