diff options
author | pav <pav@FreeBSD.org> | 2009-05-31 20:31:08 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-31 20:31:08 +0000 |
commit | ccb751d1d7b00b159ce006c8e210c8c288197226 (patch) | |
tree | 59e9df4c7ebd8748480345d1d2e8aea068a2e962 /emulators/vmware-guestd5 | |
parent | 50a0b0d3d9e3b16e973ccc848bc2a857af93916e (diff) | |
download | FreeBSD-ports-ccb751d1d7b00b159ce006c8e210c8c288197226.zip FreeBSD-ports-ccb751d1d7b00b159ce006c8e210c8c288197226.tar.gz |
- Resolve LATEST_LINK conflict
Diffstat (limited to 'emulators/vmware-guestd5')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 832f6ed..6331abd 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 |