diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-05 10:58:02 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-05 10:58:02 +0000 |
commit | 6cadf46898c226773250084bf15fa0cb72a3d48a (patch) | |
tree | a6809be71054094fd0147b464c0bbeee1203fb78 | |
parent | 675f59a34f3da9625cd1e1098e293fe835bb951c (diff) |
Notes
-rw-r--r-- | net/vmware-vsphere-cli/Makefile | 3 | ||||
-rw-r--r-- | net/vmware-vsphere-cli/pkg-plist | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net/vmware-vsphere-cli/Makefile b/net/vmware-vsphere-cli/Makefile index c37440ca7306..97e382125acc 100644 --- a/net/vmware-vsphere-cli/Makefile +++ b/net/vmware-vsphere-cli/Makefile @@ -7,6 +7,7 @@ PORTNAME= vmware-vsphere-cli PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= #http://communities.vmware.com/community/vmtn/developer/downloads DISTNAME= VMware-vSphere-Perl-SDK-${PORTVERSION}-${DISTREL}.i386 @@ -67,5 +68,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/svmotion ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmware-cmd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmkfstools ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vifs ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vihostupdate ${PREFIX}/bin .include <bsd.port.post.mk> diff --git a/net/vmware-vsphere-cli/pkg-plist b/net/vmware-vsphere-cli/pkg-plist index 2001933950df..5482f56d0f7f 100644 --- a/net/vmware-vsphere-cli/pkg-plist +++ b/net/vmware-vsphere-cli/pkg-plist @@ -23,6 +23,8 @@ bin/vicfg-dns bin/vicfg-cfgbackup bin/vicfg-authconfig bin/vicfg-advcfg +bin/vifs +bin/vihostupdate bin/svmotion %%SITE_PERL%%/WSMan/WSBasic.pm %%SITE_PERL%%/WSMan/Stubs/vmware_storagepool.pm |