diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-03-02 14:53:53 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-03-02 14:53:53 +0000 |
commit | b6473072bec62ca0c26da110efc4f602ab7bac19 (patch) | |
tree | 9cd18ee059925e22f55ec4ef442929ff9cdd5d81 /emulators/vmware-tools6 | |
parent | 1f59c28135d988f88df708734dcf67da299bc899 (diff) | |
download | ports-b6473072bec62ca0c26da110efc4f602ab7bac19.tar.gz ports-b6473072bec62ca0c26da110efc4f602ab7bac19.zip |
Introducing VMware Tools for VMware Workstation 6 beta 3.
As usual, all three ports are updated after repocoping from
version 5 ports (this is why this ports is 'committed,' not 'imported.')
Note to 7-current users: vmware-guestd and other binaries requires
libc.so.6 to work. Since there is no misc/compat6x yet, this ports
is marked as 'IGNORE' if there is no libc.so.6.
Notes
Notes:
svn path=/head/; revision=186353
Diffstat (limited to 'emulators/vmware-tools6')
-rw-r--r-- | emulators/vmware-tools6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index 975e57444c43..998f15553681 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -6,13 +6,13 @@ # PORTNAME= vmware -PORTREVISION?= 2 +#PORTREVISION?= 0 MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -tools -COMMENT=VMware Tools for guest OS (VMware Workstation 5.x, FreeBSD version) +COMMENT=VMware Tools for guest OS (VMware Workstation 6.x, FreeBSD version) -MASTERDIR= ${.CURDIR}/../vmware-guestd5 +MASTERDIR= ${.CURDIR}/../vmware-guestd6 DESCR= ${PKGDIR}/pkg-descr.tools PLIST= ${PKGDIR}/pkg-plist.tools |