svn commit: r315614 - head/security/clusterssh

Martin Wilke miwi at FreeBSD.org
Sat Mar 30 13:26:52 UTC 2013


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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH
+ at 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


More information about the svn-ports-all mailing list