diff options
author | zi <zi@FreeBSD.org> | 2011-08-05 18:58:02 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-08-05 18:58:02 +0800 |
commit | cb9e1bceea15c1cf7c2faa6b2b91a6d87e74bad7 (patch) | |
tree | d6739e28f71569a6c358e4de967bff5494bbb967 /net | |
parent | 895bffd5098d5cc6b03be2aad8af13389c113e92 (diff) | |
download | freebsd-ports-gnome-cb9e1bceea15c1cf7c2faa6b2b91a6d87e74bad7.tar.gz freebsd-ports-gnome-cb9e1bceea15c1cf7c2faa6b2b91a6d87e74bad7.tar.zst freebsd-ports-gnome-cb9e1bceea15c1cf7c2faa6b2b91a6d87e74bad7.zip |
Add vifs and vihostupdate tools to the install list
Bump PORTREVISION
PR: ports/159513
Submitted by: Hideo Matsumoto <hideo-m@pekeq.com>
Approved by: wxs (mentor)
Diffstat (limited to 'net')
-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 |