mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
a631723cb3
the vSphere API. SDK ships with utilities, and documentation for building vSphere management applications. The vSphere Command-Line Interface (vSphere CLI) command set allows you to run common system administration commands against ESX/ESXi systems from any machine with network access to those systems. You can also run most vSphere CLI commands against a vCenter Server system and target any ESX/ESXi system that vCenter Server system manages. vSphere CLI commands are especially useful for ESXi hosts because ESXi does not include a service console. WWW: http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vsphere_4/ PR: ports/158753 Submitted by: rpsfa at rit.edu
19 lines
549 B
Perl
19 lines
549 B
Perl
--- ./Makefile.PL.orig 2010-04-28 22:04:40.000000000 +0000
|
|
+++ ./Makefile.PL 2011-07-09 03:37:35.000000000 +0000
|
|
@@ -87,14 +67,7 @@
|
|
DEST_VMWARE_APPS => (
|
|
$Config{perlpath} eq '/usr/bin/perl' ?
|
|
'/usr/lib/vmware-viperl/apps' :
|
|
- '$(INSTALLSITESCRIPT)/apps'
|
|
- ),
|
|
- # vmware docs
|
|
- INST_VMWARE_DOC => 'doc',
|
|
- DEST_VMWARE_DOC => (
|
|
- $Config{perlpath} eq '/usr/bin/perl' ?
|
|
- '/usr/share/doc/vmware-viperl/doc' :
|
|
- '$(SITEPREFIX)/doc'
|
|
+ '%%EXAMPLESDIR%%'
|
|
),
|
|
},
|
|
);
|