diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-07 02:56:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-07 02:56:19 +0000 |
commit | 4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8 (patch) | |
tree | 09bf1b0ba0412ce3204e2e0fa33dc5cd25e92407 /emulators/vmware-guestd4 | |
parent | a4af37e2df2c908765329244f0e703ae78c0859a (diff) |
Notes
Diffstat (limited to 'emulators/vmware-guestd4')
-rw-r--r-- | emulators/vmware-guestd4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile index 07e06124eee9..f77f18e6a167 100644 --- a/emulators/vmware-guestd4/Makefile +++ b/emulators/vmware-guestd4/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators kld MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd @@ -130,7 +130,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-checkvm ${PREFIX}/sbin .if defined(WITH_VMWARE_VMMEMCTL) ${MKDIR} ${VMWARE_KMODDIR} - ${INSTALL_PROGRAM} ${WRKDIR}/vmmemctl-only/vmmemctl.ko ${VMWARE_KMODDIR} + ${INSTALL_KLD} ${WRKDIR}/vmmemctl-only/vmmemctl.ko ${VMWARE_KMODDIR} .endif -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end .endif |