diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-31 20:31:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-31 20:31:08 +0000 |
commit | aa952fd48fe9143007307348e16bccf3b9f95ca9 (patch) | |
tree | 3b8a3dc07f043f3e20ba7e542d841e8086021135 /emulators | |
parent | 06f1947ff91cd30655ff4ea79c4400e4c07e7bab (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index bcf07412c8ff..8ad9ff2bdf48 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -15,6 +15,8 @@ DISTNAME= VMwareTools-${VMWARE_VER}-${BUILD_VER} MAINTAINER= matusita@FreeBSD.org COMMENT=VMware toolbox for guest OS (VMware Workstation 5.x, Linux version) +NO_LATEST_LINK= yes + DISTDIR= ${MOUNT_PT} IGNOREFILES= ${DISTFILES} PLIST_FILES= bin/linux-vmware-toolbox bin/linux-vmware-toolbox-gtk \ diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 832f6ed0afa2..6331abd74790 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -20,6 +20,8 @@ COMMENT?=VMware guest OS supporting daemon (VMware Workstation 5.x, FreeBSD vers RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd5 .endif +NO_LATEST_LINK= yes + DISTDIR= ${MOUNT_PT} IGNOREFILES= ${DISTFILES} WRKSRC= ${WRKDIR}/vmware-tools-distrib |