Date: Sat, 30 Mar 2013 13:26:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315614 - head/security/clusterssh Message-ID: <201303301326.r2UDQppJ033426@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 30 13:26:51 2013 New Revision: 315614 URL: http://svnweb.freebsd.org/changeset/ports/315614 Log: - Unbreak build Reported by: pointyhat Approved by: portmgr Modified: head/security/clusterssh/Makefile (contents, props changed) head/security/clusterssh/pkg-plist (contents, props changed) Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Sat Mar 30 13:26:19 2013 (r315613) +++ head/security/clusterssh/Makefile Sat Mar 30 13:26:51 2013 (r315614) @@ -25,6 +25,14 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-to 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> Modified: head/security/clusterssh/pkg-plist ============================================================================== --- head/security/clusterssh/pkg-plist Sat Mar 30 13:26:19 2013 (r315613) +++ head/security/clusterssh/pkg-plist Sat Mar 30 13:26:51 2013 (r315614) @@ -1,12 +1,19 @@ -%%SITE_PERL%%/App/ClusterSSH/L10N/en.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 -%%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 -%%SITE_PERL%%/App/ClusterSSH.pm @dirrmtry %%SITE_PERL%%/App/ClusterSSH @dirrmtry %%SITE_PERL%%/App -bin/cssh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303301326.r2UDQppJ033426>