diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 13:08:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 13:08:12 +0000 |
commit | 010c1385229dc9d27a20950c3ef7d8738ba84e76 (patch) | |
tree | 858cfb2170b09979954d6d83bda490bde2d01bf6 /net-mgmt | |
parent | fe78e46f5344e65ae0a47497282fc6dfdde1b459 (diff) | |
download | ports-010c1385229dc9d27a20950c3ef7d8738ba84e76.tar.gz ports-010c1385229dc9d27a20950c3ef7d8738ba84e76.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Nagios-Object/Makefile | 13 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Object/pkg-plist | 10 |
2 files changed, 10 insertions, 13 deletions
diff --git a/net-mgmt/p5-Nagios-Object/Makefile b/net-mgmt/p5-Nagios-Object/Makefile index 528350b806c9..d606c58c92d9 100644 --- a/net-mgmt/p5-Nagios-Object/Makefile +++ b/net-mgmt/p5-Nagios-Object/Makefile @@ -22,17 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN1= parse.pl.1 \ - config_status_demo.pl.1 \ - test_configuration.pl.1 \ - statusdat_demo.pl.1 \ - decode_flags.pl.1 - -MAN3= Nagios::Object::Config.3 \ - Nagios::StatusLog.3 \ - Nagios::Config::File.3 \ - Nagios::Object.3 \ - Nagios::Config.3 \ - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Nagios-Object/pkg-plist b/net-mgmt/p5-Nagios-Object/pkg-plist index 4c4ce9107ef5..3064c64e37bd 100644 --- a/net-mgmt/p5-Nagios-Object/pkg-plist +++ b/net-mgmt/p5-Nagios-Object/pkg-plist @@ -3,11 +3,21 @@ bin/decode_flags.pl bin/parse.pl bin/statusdat_demo.pl bin/test_configuration.pl +man/man1/config_status_demo.pl.1.gz +man/man1/decode_flags.pl.1.gz +man/man1/parse.pl.1.gz +man/man1/statusdat_demo.pl.1.gz +man/man1/test_configuration.pl.1.gz %%SITE_PERL%%/Nagios/Config.pm %%SITE_PERL%%/Nagios/Object.pm %%SITE_PERL%%/Nagios/StatusLog.pm %%SITE_PERL%%/Nagios/Config/File.pm %%SITE_PERL%%/Nagios/Object/Config.pm +%%PERL5_MAN3%%/Nagios::Config.3.gz +%%PERL5_MAN3%%/Nagios::Config::File.3.gz +%%PERL5_MAN3%%/Nagios::Object.3.gz +%%PERL5_MAN3%%/Nagios::Object::Config.3.gz +%%PERL5_MAN3%%/Nagios::StatusLog.3.gz @dirrm %%SITE_PERL%%/Nagios/Config @dirrm %%SITE_PERL%%/Nagios/Object @dirrmtry %%SITE_PERL%%/Nagios |