mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Unbreak build
Reported by: pointyhat Approved by: portmgr
This commit is contained in:
parent
0b056c607f
commit
b4da2c78dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315614
@ -25,6 +25,14 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= cssh.1
|
||||
MAN1= cssh.1 ccon.1 crsh.1 ctel.1
|
||||
MAN3= App::ClusterSSH.3 \
|
||||
App::ClusterSSH::Base.3 \
|
||||
App::ClusterSSH::Cluster.3 \
|
||||
App::ClusterSSH::Config.3 \
|
||||
App::ClusterSSH::Helper.3 \
|
||||
App::ClusterSSH::Host.3 \
|
||||
App::ClusterSSH::L10N.3 \
|
||||
App::ClusterSSH::L10N::en.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,19 @@
|
||||
%%SITE_PERL%%/App/ClusterSSH/L10N/en.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/L10N.pm
|
||||
@dirrmtry %%SITE_PERL%%/App/ClusterSSH/L10N
|
||||
%%SITE_PERL%%/App/ClusterSSH/Host.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Helper.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Config.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Cluster.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Base.pm
|
||||
bin/ccon
|
||||
bin/crsh
|
||||
bin/cscp
|
||||
bin/cssh
|
||||
bin/ctel
|
||||
%%SITE_PERL%%/App/ClusterSSH.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Base.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Cluster.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Config.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Helper.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Host.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/L10N.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/L10N/en.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
|
||||
@dirrmtry %%SITE_PERL%%/App/ClusterSSH/L10N
|
||||
@dirrmtry %%SITE_PERL%%/App/ClusterSSH
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
bin/cssh
|
||||
|
Loading…
Reference in New Issue
Block a user