summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2005-11-26 13:23:43 +0000
committermatusita <matusita@FreeBSD.org>2005-11-26 13:23:43 +0000
commita2e363369a359cf3b21dab463c210ff4938c0116 (patch)
treeaf8b059d16da5b26a5026336e2dc45dc98ec50d7 /emulators
parentd983267b2bc59d41f75a1b52119c53704ad27779 (diff)
downloadFreeBSD-ports-a2e363369a359cf3b21dab463c210ff4938c0116.zip
FreeBSD-ports-a2e363369a359cf3b21dab463c210ff4938c0116.tar.gz
Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed.
PR: 89572 Submitted by: NIIMI Satoshi Pointyhat to: matusita
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware-guestd5/Makefile2
-rw-r--r--emulators/vmware-guestd6/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile
index 1b9f80c..8a551f6 100644
--- a/emulators/vmware-guestd5/Makefile
+++ b/emulators/vmware-guestd5/Makefile
@@ -234,7 +234,7 @@ do-install:
.endif
.if defined(WITH_VMWARE_VMXNET)
${MKDIR} ${VMWARE_KMODDIR}
- ${INSTALL_PROGRAM} ${WRKDIR}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR}
.endif
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/vmware-guestd.sh > ${WRKDIR}/vmware-guestd.sh
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile
index 1b9f80c..8a551f6 100644
--- a/emulators/vmware-guestd6/Makefile
+++ b/emulators/vmware-guestd6/Makefile
@@ -234,7 +234,7 @@ do-install:
.endif
.if defined(WITH_VMWARE_VMXNET)
${MKDIR} ${VMWARE_KMODDIR}
- ${INSTALL_PROGRAM} ${WRKDIR}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR}
.endif
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/vmware-guestd.sh > ${WRKDIR}/vmware-guestd.sh
OpenPOWER on IntegriCloud