diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /net/vmware-vsphere-cli | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'net/vmware-vsphere-cli')
-rw-r--r-- | net/vmware-vsphere-cli/Makefile | 2 | ||||
-rw-r--r-- | net/vmware-vsphere-cli/pkg-plist | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/net/vmware-vsphere-cli/Makefile b/net/vmware-vsphere-cli/Makefile index 655dd7efe499..82b839fedd44 100644 --- a/net/vmware-vsphere-cli/Makefile +++ b/net/vmware-vsphere-cli/Makefile @@ -3,7 +3,7 @@ PORTNAME= vmware-vsphere-cli PORTVERSION= 5.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= #http://communities.vmware.com/community/vmtn/developer/downloads DISTNAME= VMware-vSphere-Perl-SDK-${PORTVERSION}-${DISTREL}.i386 diff --git a/net/vmware-vsphere-cli/pkg-plist b/net/vmware-vsphere-cli/pkg-plist index 67db42dbf234..8b1c390f192b 100644 --- a/net/vmware-vsphere-cli/pkg-plist +++ b/net/vmware-vsphere-cli/pkg-plist @@ -1055,7 +1055,6 @@ bin/vmware-cmd %%SITE_PERL%%/VMware/VIExt.pm %%SITE_PERL%%/VMware/VICredStore.pm %%SITE_PERL%%/VMware/VICommon.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/VIPerlToolkit/.packlist %%EXAMPLESDIR%%/vm/vmtemplate.pl %%EXAMPLESDIR%%/vm/vmsnapshot.pl %%EXAMPLESDIR%%/vm/vmregister.pl @@ -1094,10 +1093,6 @@ bin/vmware-cmd %%EXAMPLESDIR%%/AppUtil/XMLInputUtil.pm %%EXAMPLESDIR%%/AppUtil/VMUtil.pm %%EXAMPLESDIR%%/AppUtil/HostUtil.pm -@dirrmtry %%SITE_PERL%%/WSMan/Stubs -@dirrmtry %%SITE_PERL%%/WSMan -@dirrmtry %%SITE_PERL%%/VMware -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/VIPerlToolkit @dirrmtry %%EXAMPLESDIR%%/vm @dirrmtry %%EXAMPLESDIR%%/session @dirrmtry %%EXAMPLESDIR%%/schema |