aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/p5-AnyEvent-SNMP/Makefile3
-rw-r--r--net-mgmt/p5-AnyEvent-SNMP/pkg-descr2
-rw-r--r--net-mgmt/p5-AnyEvent-SNMP/pkg-plist1
-rw-r--r--net-mgmt/p5-NSNMP/Makefile4
-rw-r--r--net-mgmt/p5-NSNMP/pkg-plist2
-rw-r--r--net-mgmt/p5-Nagios-Plugin-LDAP/Makefile3
-rw-r--r--net-mgmt/p5-Nagios-Plugin-LDAP/pkg-descr3
-rw-r--r--net-mgmt/p5-Nagios-Plugin-LDAP/pkg-plist1
-rw-r--r--net-mgmt/p5-Net-IP-Match-Regexp/Makefile3
-rw-r--r--net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist1
-rw-r--r--net-mgmt/p5-Net-IP-Resolver/Makefile3
-rw-r--r--net-mgmt/p5-Net-IP-Resolver/pkg-plist1
-rw-r--r--net-mgmt/p5-Net-SNMP-Util/Makefile3
-rw-r--r--net-mgmt/p5-Net-SNMP-Util/pkg-descr2
-rw-r--r--net-mgmt/p5-Net-SNMP-Util/pkg-plist3
-rw-r--r--net-mgmt/p5-Telnet-Cisco/Makefile3
-rw-r--r--net-mgmt/p5-Telnet-Cisco/pkg-plist1
-rw-r--r--net-mgmt/p5-Tie-NetAddr-IP/Makefile3
-rw-r--r--net-mgmt/p5-Tie-NetAddr-IP/pkg-plist1
-rw-r--r--net-mgmt/p5-Xymon-Client/Makefile3
-rw-r--r--net-mgmt/p5-Xymon-Client/pkg-descr2
-rw-r--r--net-mgmt/p5-Xymon-Client/pkg-plist1
-rw-r--r--net-mgmt/p5-Xymon/Makefile3
-rw-r--r--net-mgmt/p5-Xymon/pkg-descr2
-rw-r--r--net-mgmt/p5-Xymon/pkg-plist1
-rw-r--r--net-mgmt/p5-Zenoss/Makefile22
-rw-r--r--net-mgmt/p5-Zenoss/pkg-descr2
-rw-r--r--net-mgmt/p5-Zenoss/pkg-plist20
28 files changed, 39 insertions, 60 deletions
diff --git a/net-mgmt/p5-AnyEvent-SNMP/Makefile b/net-mgmt/p5-AnyEvent-SNMP/Makefile
index 9a9e656172b7..d11b09b47fac 100644
--- a/net-mgmt/p5-AnyEvent-SNMP/Makefile
+++ b/net-mgmt/p5-AnyEvent-SNMP/Makefile
@@ -18,7 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= AnyEvent::SNMP.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-AnyEvent-SNMP/pkg-descr b/net-mgmt/p5-AnyEvent-SNMP/pkg-descr
index 4b620afe8d61..4e66d68b5ed1 100644
--- a/net-mgmt/p5-AnyEvent-SNMP/pkg-descr
+++ b/net-mgmt/p5-AnyEvent-SNMP/pkg-descr
@@ -5,4 +5,4 @@ It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP
calls and as long as other parts of your program also use AnyEvent (or some
event loop supported by AnyEvent) and they will run in parallel.
-WWW: http://search.cpan.org/dist/AnyEvent-SNMP/
+WWW: http://search.cpan.org/dist/AnyEvent-SNMP/
diff --git a/net-mgmt/p5-AnyEvent-SNMP/pkg-plist b/net-mgmt/p5-AnyEvent-SNMP/pkg-plist
index c2f12a7d5bdc..e58a79be939b 100644
--- a/net-mgmt/p5-AnyEvent-SNMP/pkg-plist
+++ b/net-mgmt/p5-AnyEvent-SNMP/pkg-plist
@@ -1,5 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/AnyEvent/SNMP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/SNMP/.packlist
+%%PERL5_MAN3%%/AnyEvent::SNMP.3.gz
@dirrmtry %%SITE_PERL%%/AnyEvent
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/SNMP
diff --git a/net-mgmt/p5-NSNMP/Makefile b/net-mgmt/p5-NSNMP/Makefile
index c3e2d334e024..78850ee9a3f3 100644
--- a/net-mgmt/p5-NSNMP/Makefile
+++ b/net-mgmt/p5-NSNMP/Makefile
@@ -14,8 +14,4 @@ COMMENT= NSNMP - fast, flexible, low-level, pure-Perl SNMP library
USES= perl5
USE_PERL5= configure
-MAN3= NSNMP.3 \
- NSNMP::Simple.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-NSNMP/pkg-plist b/net-mgmt/p5-NSNMP/pkg-plist
index dd3e4ef5f214..d40449bbdfc8 100644
--- a/net-mgmt/p5-NSNMP/pkg-plist
+++ b/net-mgmt/p5-NSNMP/pkg-plist
@@ -3,5 +3,7 @@
%%SITE_PERL%%/NSNMP/Mapper.pm
%%SITE_PERL%%/NSNMP/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NSNMP/.packlist
+%%PERL5_MAN3%%/NSNMP.3.gz
+%%PERL5_MAN3%%/NSNMP::Simple.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/NSNMP
@dirrmtry %%SITE_PERL%%/NSNMP
diff --git a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile
index 744fd7a43526..58fbc25dae2a 100644
--- a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile
+++ b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile
@@ -20,9 +20,6 @@ BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
RUN_DEPENDS:= ${BUILD_DEPENDS}
-MAN3= Nagios::Plugin::LDAP.3
-
-NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
diff --git a/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-descr b/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-descr
index 7335bfa6bf80..013a29bcdaaf 100644
--- a/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-descr
+++ b/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-descr
@@ -1,4 +1,3 @@
Nagios plugin to observe LDAP
-WWW: http://search.cpan.org/dist/Nagios-Plugin-LDAP/
-
+WWW: http://search.cpan.org/dist/Nagios-Plugin-LDAP/
diff --git a/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-plist b/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-plist
index 45dded445c5a..6c54e9bab43f 100644
--- a/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-plist
+++ b/net-mgmt/p5-Nagios-Plugin-LDAP/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/LDAP/.packlist
bin/check_ldap_repl
%%SITE_PERL%%/Nagios/Plugin/LDAP.pm
+%%PERL5_MAN3%%/Nagios::Plugin::LDAP.3.gz
@dirrmtry %%SITE_PERL%%/Nagios/Plugin
@dirrmtry %%SITE_PERL%%/Nagios
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/LDAP
diff --git a/net-mgmt/p5-Net-IP-Match-Regexp/Makefile b/net-mgmt/p5-Net-IP-Match-Regexp/Makefile
index f79975586280..f1c37c366ceb 100644
--- a/net-mgmt/p5-Net-IP-Match-Regexp/Makefile
+++ b/net-mgmt/p5-Net-IP-Match-Regexp/Makefile
@@ -14,7 +14,4 @@ COMMENT= Efficiently match IP addresses against IP ranges via regexp
USES= perl5
USE_PERL5= configure
-MAN3= Net::IP::Match::Regexp.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist b/net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist
index 3b52a410c03a..cf60eba7047c 100644
--- a/net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist
+++ b/net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/Regexp/.packlist
%%SITE_PERL%%/Net/IP/Match/Regexp.pm
+%%PERL5_MAN3%%/Net::IP::Match::Regexp.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/Regexp
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP
diff --git a/net-mgmt/p5-Net-IP-Resolver/Makefile b/net-mgmt/p5-Net-IP-Resolver/Makefile
index 93900df65a1e..ce21b06b34e1 100644
--- a/net-mgmt/p5-Net-IP-Resolver/Makefile
+++ b/net-mgmt/p5-Net-IP-Resolver/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Net-IP-Match-XS>=0.03:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-XS
USES= perl5
USE_PERL5= configure
-MAN3= Net::IP::Resolver.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-IP-Resolver/pkg-plist b/net-mgmt/p5-Net-IP-Resolver/pkg-plist
index a3ec598eafc4..cf040111688f 100644
--- a/net-mgmt/p5-Net-IP-Resolver/pkg-plist
+++ b/net-mgmt/p5-Net-IP-Resolver/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/IP/Resolver.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Resolver/.packlist
+%%PERL5_MAN3%%/Net::IP::Resolver.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Resolver
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net-mgmt/p5-Net-SNMP-Util/Makefile b/net-mgmt/p5-Net-SNMP-Util/Makefile
index b610881f69d1..feba1fe31c35 100644
--- a/net-mgmt/p5-Net-SNMP-Util/Makefile
+++ b/net-mgmt/p5-Net-SNMP-Util/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
USES= perl5
USE_PERL5= configure
-MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-SNMP-Util/pkg-descr b/net-mgmt/p5-Net-SNMP-Util/pkg-descr
index 1eb157435d86..92b6ad845faf 100644
--- a/net-mgmt/p5-Net-SNMP-Util/pkg-descr
+++ b/net-mgmt/p5-Net-SNMP-Util/pkg-descr
@@ -2,4 +2,4 @@ This module, Net::SNMP::Util, gives you functions of SNMP getting
operation interfaces using Net::SNMP communicating with multiple
hosts and multi-OIDs.
-WWW: http://search.cpan.org/dist/Net-SNMP-Util/
+WWW: http://search.cpan.org/dist/Net-SNMP-Util/
diff --git a/net-mgmt/p5-Net-SNMP-Util/pkg-plist b/net-mgmt/p5-Net-SNMP-Util/pkg-plist
index 726a9c2f13ff..2b7e6fd51072 100644
--- a/net-mgmt/p5-Net-SNMP-Util/pkg-plist
+++ b/net-mgmt/p5-Net-SNMP-Util/pkg-plist
@@ -2,6 +2,9 @@
%%SITE_PERL%%/Net/SNMP/Util.pm
%%SITE_PERL%%/Net/SNMP/Util/OID.pm
%%SITE_PERL%%/Net/SNMP/Util/TC.pm
+%%PERL5_MAN3%%/Net::SNMP::Util.3.gz
+%%PERL5_MAN3%%/Net::SNMP::Util::OID.3.gz
+%%PERL5_MAN3%%/Net::SNMP::Util::TC.3.gz
@dirrmtry %%SITE_PERL%%/Net/SNMP/Util
@dirrmtry %%SITE_PERL%%/Net/SNMP
@dirrmtry %%SITE_PERL%%/Net
diff --git a/net-mgmt/p5-Telnet-Cisco/Makefile b/net-mgmt/p5-Telnet-Cisco/Makefile
index 2307d4fb06dc..86b3907b2d1a 100644
--- a/net-mgmt/p5-Telnet-Cisco/Makefile
+++ b/net-mgmt/p5-Telnet-Cisco/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Net-Telnet>=3.02:${PORTSDIR}/net/p5-Net-Telnet \
USES= perl5
USE_PERL5= configure
-MAN3= Net::Telnet::Cisco.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Telnet-Cisco/pkg-plist b/net-mgmt/p5-Telnet-Cisco/pkg-plist
index 1efc6f4ad99e..39843dd222bb 100644
--- a/net-mgmt/p5-Telnet-Cisco/pkg-plist
+++ b/net-mgmt/p5-Telnet-Cisco/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/Net/Telnet/Cisco.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist
%%SITE_PERL%%/auto/Net/Telnet/Cisco/autosplit.ix
+%%PERL5_MAN3%%/Net::Telnet::Cisco.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net-mgmt/p5-Tie-NetAddr-IP/Makefile b/net-mgmt/p5-Tie-NetAddr-IP/Makefile
index 58b258d0b777..1162cbdd71f6 100644
--- a/net-mgmt/p5-Tie-NetAddr-IP/Makefile
+++ b/net-mgmt/p5-Tie-NetAddr-IP/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Tie::NetAddr::IP.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Tie-NetAddr-IP/pkg-plist b/net-mgmt/p5-Tie-NetAddr-IP/pkg-plist
index 120c772bad33..06ed004ce968 100644
--- a/net-mgmt/p5-Tie-NetAddr-IP/pkg-plist
+++ b/net-mgmt/p5-Tie-NetAddr-IP/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/NetAddr/IP/.packlist
%%SITE_PERL%%/Tie/NetAddr/IP.pm
+%%PERL5_MAN3%%/Tie::NetAddr::IP.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/NetAddr/IP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/NetAddr
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
diff --git a/net-mgmt/p5-Xymon-Client/Makefile b/net-mgmt/p5-Xymon-Client/Makefile
index 016b977bf407..c717c3c68295 100644
--- a/net-mgmt/p5-Xymon-Client/Makefile
+++ b/net-mgmt/p5-Xymon-Client/Makefile
@@ -13,7 +13,4 @@ COMMENT= Interface to xymon/hobbit client
USES= perl5
USE_PERL5= configure
-MAN3= Xymon::Client.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Xymon-Client/pkg-descr b/net-mgmt/p5-Xymon-Client/pkg-descr
index 7df7b4d635ae..039eff14e424 100644
--- a/net-mgmt/p5-Xymon-Client/pkg-descr
+++ b/net-mgmt/p5-Xymon-Client/pkg-descr
@@ -1,3 +1,3 @@
Provides an object interface to the xymon/hobbit client.
-WWW: http://search.cpan.org/dist/Xymon-Client/
+WWW: http://search.cpan.org/dist/Xymon-Client/
diff --git a/net-mgmt/p5-Xymon-Client/pkg-plist b/net-mgmt/p5-Xymon-Client/pkg-plist
index 0bbc71eab37b..76de750d53b6 100644
--- a/net-mgmt/p5-Xymon-Client/pkg-plist
+++ b/net-mgmt/p5-Xymon-Client/pkg-plist
@@ -1,6 +1,7 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/Client/.packlist
%%SITE_PERL%%/Xymon/Client.pm
+%%PERL5_MAN3%%/Xymon::Client.3.gz
@dirrmtry %%SITE_PERL%%/Xymon
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/Client
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon
diff --git a/net-mgmt/p5-Xymon/Makefile b/net-mgmt/p5-Xymon/Makefile
index f1403e9bbbaf..0c8fba7020f9 100644
--- a/net-mgmt/p5-Xymon/Makefile
+++ b/net-mgmt/p5-Xymon/Makefile
@@ -13,7 +13,4 @@ COMMENT= Xymon Base Module
USES= perl5
USE_PERL5= configure
-MAN3= Xymon.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Xymon/pkg-descr b/net-mgmt/p5-Xymon/pkg-descr
index 686d91c742dd..8c01abd0700b 100644
--- a/net-mgmt/p5-Xymon/pkg-descr
+++ b/net-mgmt/p5-Xymon/pkg-descr
@@ -1,3 +1,3 @@
Xymon Base Module.
-WWW: http://search.cpan.org/dist/Xymon/
+WWW: http://search.cpan.org/dist/Xymon/
diff --git a/net-mgmt/p5-Xymon/pkg-plist b/net-mgmt/p5-Xymon/pkg-plist
index c2cd0c086c01..401126f78b56 100644
--- a/net-mgmt/p5-Xymon/pkg-plist
+++ b/net-mgmt/p5-Xymon/pkg-plist
@@ -1,4 +1,5 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/.packlist
%%SITE_PERL%%/Xymon.pm
+%%PERL5_MAN3%%/Xymon.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon
diff --git a/net-mgmt/p5-Zenoss/Makefile b/net-mgmt/p5-Zenoss/Makefile
index d3cad73e4437..574a0e64f04c 100644
--- a/net-mgmt/p5-Zenoss/Makefile
+++ b/net-mgmt/p5-Zenoss/Makefile
@@ -22,26 +22,4 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
USES= perl5
USE_PERL5= configure
-MAN3= Zenoss.3 \
- Zenoss::Connector.3 \
- Zenoss::Error.3 \
- Zenoss::Examples.3 \
- Zenoss::MetaHelper.3 \
- Zenoss::Response.3 \
- Zenoss::Router.3 \
- Zenoss::Router::DetailNav.3 \
- Zenoss::Router::Device.3 \
- Zenoss::Router::Events.3 \
- Zenoss::Router::Messaging.3 \
- Zenoss::Router::Mib.3 \
- Zenoss::Router::Network.3 \
- Zenoss::Router::Process.3 \
- Zenoss::Router::Report.3 \
- Zenoss::Router::Search.3 \
- Zenoss::Router::Service.3 \
- Zenoss::Router::Template.3 \
- Zenoss::Router::Tree.3 \
- Zenoss::Router::ZenPack.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Zenoss/pkg-descr b/net-mgmt/p5-Zenoss/pkg-descr
index 56a8a1748d06..e8cf99bfe8c2 100644
--- a/net-mgmt/p5-Zenoss/pkg-descr
+++ b/net-mgmt/p5-Zenoss/pkg-descr
@@ -5,4 +5,4 @@ the Zenoss interface can be achieved via this module. This is a
full service implementation, providing the construction of the call
to the API and the handling of the response.
-WWW: http://search.cpan.org/dist/Zenoss/
+WWW: http://search.cpan.org/dist/Zenoss/
diff --git a/net-mgmt/p5-Zenoss/pkg-plist b/net-mgmt/p5-Zenoss/pkg-plist
index bb9367794031..fa84ddf31dfe 100644
--- a/net-mgmt/p5-Zenoss/pkg-plist
+++ b/net-mgmt/p5-Zenoss/pkg-plist
@@ -19,6 +19,26 @@
%%SITE_PERL%%/Zenoss/Router/Tree.pm
%%SITE_PERL%%/Zenoss/Router/ZenPack.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Zenoss/.packlist
+%%PERL5_MAN3%%/Zenoss.3.gz
+%%PERL5_MAN3%%/Zenoss::Connector.3.gz
+%%PERL5_MAN3%%/Zenoss::Error.3.gz
+%%PERL5_MAN3%%/Zenoss::Examples.3.gz
+%%PERL5_MAN3%%/Zenoss::MetaHelper.3.gz
+%%PERL5_MAN3%%/Zenoss::Response.3.gz
+%%PERL5_MAN3%%/Zenoss::Router.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::DetailNav.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Device.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Events.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Messaging.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Mib.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Network.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Process.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Report.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Search.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Service.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Template.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::Tree.3.gz
+%%PERL5_MAN3%%/Zenoss::Router::ZenPack.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zenoss
@dirrm %%SITE_PERL%%/Zenoss/Router
@dirrm %%SITE_PERL%%/Zenoss