mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging.
This commit is contained in:
parent
fe78e46f53
commit
010c138522
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343063
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user