aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware-guestd4/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
commit4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8 (patch)
tree09bf1b0ba0412ce3204e2e0fa33dc5cd25e92407 /emulators/vmware-guestd4/Makefile
parenta4af37e2df2c908765329244f0e703ae78c0859a (diff)
downloadports-4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8.tar.gz
ports-4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8.zip
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available.
Notes
Notes: svn path=/head/; revision=201024
Diffstat (limited to 'emulators/vmware-guestd4/Makefile')
-rw-r--r--emulators/vmware-guestd4/Makefile4
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